Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How do you minimize a listbox?
If you need minimize a listbox is better change to a multiple selection table
You can't. What you can do is to have a variable that will be toggled by a text box on top of the list box. In the list box the Condition to show or hide it must be also set.
In the Script: SET LB01VISIBLE =-1
then, in the document
Text Box Action Set Variable in my case LB01VISIBLE Value =$(LB01VISIBILE)*-1
In the List Box Show Condition: $(LB01VISIBLE)=-1
See attached example: