Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone,
I have situation, where i need to select the Region which should have checkbox's and it should be under a dropdown ?
I used listbox to get the regions as in above picture. i need the same as a dropdown..
Will it be possible??
No, there is not.
An extension object is definitely what you are looking for.
Miguel
What is the name of it and where can i find it?
Your options with a list box are
Or if you want a drop down then use an single item multi box, there's no standard option to do both, drop OR check box - your choice.
Andy
See example attached, it uses the action of the textbox to set a variable which is used in the conditional show of the listbox
Yeah, Thanks for reply. I am checking whether it is possible or not.
Hi,
if you just want to achieve a drop down, a simpler way will be to use that field in MultiBox instead of List box.
It will give you a drop down by default
Thank You Piet, i think it may be helpful