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

JHodnefield
JHodnefield
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
17

Discussions

Discussions
0

Questions

Questions
12

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by JHodnefield
Customize the badges you want to showcase on your profile
How do I import Excel data into a pre-existing LCD form? - Adobe LiveCycle 21-09-2010
I need to take the data from an Excel Spreadsheet and import that data into a PDF.How do I get the data from the Excel into the PDF - programmatically?Details:Excel could contain approx 12 columns and up to 1200 rows of dataNeed to import this data (csv, XML, etc) into a dynamic PDF that will add a row (and related button/checkbox) for every row in the Excel.

Views

2.8K

Likes

0

Replies

1
Re: Have over 150 variables. How do I declare an array? - Adobe LiveCycle 11-01-2010
I think I have on elast question on this topic.myVar[1]= new Array('fund name1', 'fund name2', 'fund name3', 'fund name4', 'fund name5');I will still be pulling the values string from a spreadsheet and copying into the script object.I want to do something like:fundlist.value='fund name1', 'fund name2', 'fund name3', 'fund name4', 'fund name5'; (this comes from the spreadsheet)myVar[1]=new Array(fundlist.value);Unfortunately, I can't get it to work.Any nuggets of additional gold you can share?

Views

73

Likes

0

Replies

0
Re: Have over 150 variables. How do I declare an array? - Adobe LiveCycle 10-01-2010
I love you!!To finish my problem - can a list of values be used all at once instead of declaring each value one at a time?Currently, we use a spreadsheet that our business partners complete with their fund families (35) and alternate funds (up to 5 per fund family).This spreadsheet then populates 'values' based on the business data - into another tab worksheet that formats the values into a LCD format.From this format - we can copy for the worksheet and paste into a script object - updating the ...

Views

74

Likes

0

Replies

0
Have over 150 variables. How do I declare an array? - Adobe LiveCycle 09-01-2010
We constructed a form a few years back that uses 35 separate subforms to display a possibility of 35 mutual funds in a list.Each subform only displays if there are values in the subform(s).These subforms list the 1 main fund family then a dropdown with 5 alternative funds to choose form.There are 12 different portfolio mixes - so we reuse 210 variables in 12 different combinations.Very cool (but poorly written)I am working on rebuilding this form by eliminating the 35 subforms and adding an inst...

Views

614

Likes

0

Replies

5
Re: How can I control View Size, and Toolbar Views when a PDF loads? - Adobe LiveCycle 12-12-2009
Everything works - but the result is more of a toggle.Is there any way to retrieve the state of the toolbar (visible or hidden) and then if the toolbar is visible - then use the JS APIs?

Views

92

Likes

0

Replies

0
Re: How can I control View Size, and Toolbar Views when a PDF loads? - Adobe LiveCycle 04-11-2009
Well, I tried it (thanks for the reference material) - but it is not working.Is there a particular event I need to set this in?Currently, I put it in thr form:ready event - with no success.I'm so close - I can taste it.

Views

93

Likes

0

Replies

0
Can I format text that has been entered into a text input field? - Adobe LiveCycle 04-11-2009
I developed a 'help' subform that displays messages depending on the user experience.The message values are sent to a text input box and displayed as a readOnly field.What I like about this - is that the user can scroll through the message - allowing for a smaller window.(they can resize the subform if needed too)I would like to format the message.Line breaks, bold, symbols (anything else?)Can anyone help?

Views

1.1K

Likes

0

Replies

5
Is it possible to change the 'accessibility' messages of a button? - Adobe LiveCycle 04-11-2009
I have buttons that control navigation in a subform. These buttons are one instance - then addInstance as related subforms are added.I would like to be able to control the accessibility message (since we use it more as a hover/mouseover) based on the user interaction.Anyone know how I can change or adjust the message during user interaction?

Views

426

Likes

0

Replies

1
Re: How can I control View Size, and Toolbar Views when a PDF loads? - Adobe LiveCycle 03-11-2009
Very cool.Where are you looking this information up in?Would love to be in a 'self help' mode more often.What about if I wanted to 'Fit Actual Size'?

Views

92

Likes

0

Replies

0
How can I control View Size, and Toolbar Views when a PDF loads? - Adobe LiveCycle 03-11-2009
at Form:Ready - I need to set the form view ("Fit to Width")and remove the toolbar views (Navigation buttons (hide) and Navigation toolbar - F4, and Top Menu - F8).How can I code for this?

Views

993

Likes

0

Replies

6