Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
vishalgoud
Creator III
Creator III

how to make selection in List box using Text Object and actions...?

May be my  requirement is kind of Simple but we are not striking with any idea.

we have Environment list box with fields A,B,C here we want to show these in the form of Text Boxes separates to give good Design.

So without selecting any thing in the list box we have to make selections in the list box using test object/Button and triggers.

Please suggest some method for this.

Best Regards,

V

1 Solution

Accepted Solutions
sunny_talwar

Check if the attached sample is what you wanted

View solution in original post

5 Replies
sunny_talwar

you can use 'Select in Field' option to select individual values in a list box. Have you tried that already?

sunny_talwar

Check if the attached sample is what you wanted

pooja_sn
Creator
Creator

Add an inputBox using a variable.

Settings- > Document Properties -> Triggers -> Variable event Triggers -> Select the variable > Add actions on 'OnChange' event -> Add action 'Select in Field'

vishalgoud
Creator III
Creator III
Author

Why I Used single Quotes .

Thanks sunny for Such a Quick response.

sunny_talwar

No problem at all