Lothar71
|
| Posted: 09/17/2004, 1:59 PM |
|
Is it possible to hide a list box (or another control like text box, text area, etc..) from code?
I tried with:
"if value1=a then
FORM.LISTBOX01.Visible=false
end if"
but it don't work
in the page the listbox have no values but is still visible
can anyone help me?
Thanks a lot.
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 09/17/2004, 3:40 PM |
|
Please right click on the listbox, select "Edit ListBox Layout" and then select "Extended HTML". This will create special HTML block around the Listbox that will allow it to be hidden.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|