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

amateurnz
amateurnz
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by amateurnz
Customize the badges you want to showcase on your profile
Re: Drop Down List Menus - Adobe LiveCycle 01-02-2010
Yes. You could do either of the following (but not both).// form1.page1.dropDown::exit - (JavaScript, client)form1.page1.textField.rawValue = this.rawValue;The second option has the advantage of making the field 'textField' read-only (which may or may not be desirable).// form1.page1.textField::calculate - (JavaScript, client)this.rawValue = form1.page1.dropDown.rawValue;Steve

Views

64

Likes

0

Replies

0