Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

adobedevhack
adobedevhack
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
9

Discussions

Discussions
0

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by adobedevhack
Customize the badges you want to showcase on your profile
mailDoc method fails in 64 bit Office / Windows environment. - Adobe LiveCycle 13-07-2010
Hi fellow LiveCycle devs...I've created a form in Livecycle 8.05.2073 which utilises myDoc.mailDoc method. It's been working great in production for 9 months, until... it's been used in a 64 bit environment (64 bit Outlook on 64 bit Windows 7). It fails with the following popup from 'Microsoft Office Outlook':"Either there is no default mail client or the current mail client cannot fulfill the messaging request. Please run Microsoft Outlook and set it as the default mail client."Outlook is the d...

Views

984

Likes

0

Replies

2
Re: Creating drop down list from values in table - Adobe LiveCycle 04-05-2010
Hi,If you can send me your example I can take a look and see if I can work it out.Kind regards,David

Views

211

Likes

0

Replies

0
Re: Creating drop down list from values in table - Adobe LiveCycle 30-04-2010
Thanks for the suggestion, how do I reference the value list of another DDL object in order to duplicate its value list? I know how to use addItem(); just not sure how to access (or reference) the other DDL's value list to loop through to get it to populate the new DDL with the same value list.

Views

208

Likes

0

Replies

0
Re: Creating drop down list from values in table - Adobe LiveCycle 29-04-2010
Is there anyway of using script to access that value list? I populate a DDL in a dynamic table row using additem, but when I add a new row using script that duplicates the previous row, the DDL values aren't duplicated. So, somehow I need to recreate the value list in the new DDL in the new row.

Views

212

Likes

0

Replies

0
LiveCycle 8.05 Drop Down Lists and bound values. - Adobe LiveCycle 26-04-2010
Hi Folks,I'm using LiveCycle 8.05 on Windows 7. My form uses ADBC to connect to a Microsoft Access database to pre-populate fields with data and Drop Down Lists (DDL) with value lists before being sent to external clients for completion (they have no access to the originating datasource) and eventually coming back for the resultant data to be written back to the Access database.With respect to DDLists, It would be really good if I could store the binding value and the display value in the DDL as...

Views

3.9K

Likes

0

Replies

1
Re: dynamically adding row to table loses calculation scripts in table. - Adobe LiveCycle 21-04-2010
Hi Niall,you're correct again. That worked. Thanks very much.Kind regards,Dave.

Views

92

Likes

0

Replies

0
Re: dynamically adding row to table loses calculation scripts in table. - Adobe LiveCycle 20-04-2010
Hi Niall,see what happens when you think too much! I was expecting to have to deal with the row ordinals but I didn't. LiveCycle impresses me more and more.Your suggestion was spot on and worked a treat, thank you. My final script looks like this:this.rawValue = xfa.resolveNode("Form1.Timesheet.TaskDetail.Times.Row.MonBH").rawValue + xfa.resolveNode("Form1.Timesheet.TaskDetail.Times.Row.TueBH").rawValue + xfa.resolveNode("Form1.Timesheet.TaskDetail.Times.Row.WedBH").rawValue + xfa.resolveNode("F...

Views

94

Likes

0

Replies

0
dynamically adding row to table loses calculation scripts in table. - Adobe LiveCycle 20-04-2010
Hi Adobe Forum,I'm not sure I'm not out of my depth, however I'm trying to build a dynamic timesheet in Adobe LiveCycle Designer 8.05. (windows 7 environment)I've pretty much got it all working with reading and writing to an Access database, etc. I'm stuck on one feature though:I want to be able to add rows to a table, each row contains a number of cells for the input of time data (hours), and the last two columns of each row are subtotals with calculation scripts for the sum of the hours in the...

Views

1.4K

Likes

0

Replies

4
mailDoc - changing the PDF filename as it's attached. - Adobe LiveCycle 18-06-2009
Hi people,I'm using the mailDoc method to move a form through an 'approval' process in our organisation, everytime the mailDoc attachs a file to the email it appends " (SECURED) - Adobe Acrobat Professional.pdf" to the current filename making a new filename that looks something like: "originalFilename.pdf (SECURED) - Adobe Acrobat Professional.pdf"How do I stop " (SECURED) - Adobe Acrobat Professional.pdf" being appended to the filename? It's annoying.Kind regards,Dave.

Views

901

Likes

0

Replies

0