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

sdavanzo
sdavanzo
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by sdavanzo
Customize the badges you want to showcase on your profile
Re: Multiple list box selections When clicked populate text box with comma between each value - Adobe LiveCycle 11-08-2013
Here what I have so far from this link http://forums.adobe.com/thread/962671I created the loop along with some actions to make the list box visible on field entry.//Reset text fieldWhichLocations.rawValue = ""; //loop through items in listboxfor(i = 0; i < LocationListBox.length; i++) //if item selected if(LocationListBox.getItemState(i)) //check if Text field value if null if (WhichLocations.isNull) WhichLocations.rawValue = LocationListBox.getDisplayItem(i); else WhichLocations.rawValue = Whic...

Views

84

Likes

0

Replies

0
Multiple list box selections When clicked populate text box with comma between each value - Adobe LiveCycle 11-08-2013
I have a list box with multiple names . when I Select multiple names I only see one in the text box. Is there a setting to have multiple names concatenate in one line, with a comma between them or does it have to be coded in java?I am using Adobe lifecycle ES4Any help would be greatly appreciated I can't seem to find a solution on the webThank you Stephen

Views

953

Likes

0

Replies

1