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

slheyde
slheyde
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
8

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by slheyde
Customize the badges you want to showcase on your profile
Re: Adobe Designer 7.0 drop-down list? - Adobe LiveCycle 24-02-2010
Solution...This is to all who have been trying to find an answer .. I'm using Adobe LiveCycle Designer 7.0.. I updated Adobe Reader to 9.1.3This allows you to see the lookup field text for a field and place the value instead of text.. If user selected the wrong option.. User can go back and select another choice.Thank you "chandra sekhara varma nimmagadda" for your assistance and patience!My apologies for not closing this sooner. ... Sherri.............................................Create a hi...

Views

94

Likes

0

Replies

0
Re: DropDownList retrieve value instead of text - Adobe LiveCycle 24-02-2010
Solution...This is to all who have been trying to find an answer .. I'm using Adobe LiveCycle Designer 7.0.. I updated Adobe Reader to 9.1.3This allows you to see the lookup field text for a field and place the value instead of text.. If user selected the wrong option.. User can go back and select another choice.Thank you "chandra sekhara varma nimmagadda" for your assistance and patience! My apologies for not closing this sooner.... Sherri.............................................Create a hi...

Views

351

Likes

0

Replies

0
Re: DropDownList retrieve value instead of text - Adobe LiveCycle 16-02-2010
I'm sorry .. but I don't see an attachment to the last email. From: Varma_LC To: Sherri Heyde Date: 02/16/2010 03:17 PM Subject: DropDownList retrieve value instead of text Hi, I tried my best based on your input. However there may be some tweaksnecessary. Look at the code under "initialize, preOpen and exit"events.......comments included for your understanding. Check the attacheddropdownlists_Updated.pdfAlso have to add a invisible textbox next to the Dropdown to get it workingas we needed. N...

Views

347

Likes

0

Replies

0
Re: DropDownList retrieve value instead of text - Adobe LiveCycle 16-02-2010
(See attached file: dropdownlists.pdf)My apologies for being descriptive in my original posting...In my attached document, I'm working on the following1. If, then, else2. Global binding3. Trying to figure out how to hide and display fields4. Trying to display the value instead of text#4.. Is the ultimate goal...When user selects the dropdownlist ... all text values are displayed in alist view such as "Large" "Medium" "Short"....If user selects "Medium", "Medium" should go away from the options l...

Views

347

Likes

0

Replies

0
Re: DropDownList retrieve value instead of text - Adobe LiveCycle 16-02-2010
I found this in "help"... But it doesn't work..or I'm missing something hereObtaining the current value of a drop-down list or a list boxIn order to retrieve the current value of a drop-down list or list box after a user has changed the current value, you must use the newText property of the event accessor. For example, to store the new current value in a variable, add the following script:var myVar = xfa.event.newText

Views

349

Likes

0

Replies

0
Re: DropDownList retrieve value instead of text - Adobe LiveCycle 16-02-2010
I don't want to create a new text field..I want to display the Value for the DropDownList field not the text..If user selects "Long" I want to display value "L"

Views

349

Likes

0

Replies

0
DropDownList retrieve value instead of text - Adobe LiveCycle 12-02-2010
I'm currently using Adobe LiveCycle Designer 7.0I have a DropDownList2 field..In Object / Binding .. the default binding is set to normalSpecify Item Values is selectedValue TextL LongM MediumS ShortIn the PDF preview when user selects the field .. you can see "Long" "Medium" "Short"If user selects "Medium"... I want to display the value "M"I'm not a heavy java user.. so I feel like I'm poking in the dark.. I've tried:DropDownList2.rawValue;xfa.event.newText;DropDownList2.rawValue = xfa.event.ne...

Views

3.8K

Likes

0

Replies

9
Adobe Designer 7.0 drop-down list? - Adobe LiveCycle 26-01-2010
Is it possible to have a drop-down list showing two columns of data and only posting the value?Example:Field Name: SexField Options: M MaleF FemaleObviously this example is simplistic.. I want to show the full description but when user selects "Male".. I want to display the value "M"..Thanks for your time in advance..... Sherri

Views

1.5K

Likes

0

Replies

1