04-21-2011 02:24 PM
Hi all.
I want to be able to have a Pick List (myPickList) open when a user clicks a button. How do I do that?
Thank you in advance!
SLX LAN v7.2.1
Solved! Go to Solution.
04-21-2011 04:57 PM
04-22-2011 05:54 AM - edited 04-22-2011 06:01 AM
Thanks for the reply!
I tried your suggestion but I get the following error: Variable is undefined 'myPickList'
Here's the code I used:
Sub btnClick(Sender)
myPickList.Popup
End Sub
Does the picklist have to be on the form? I don't want it displayed until the user clicks the button.
04-22-2011 07:46 AM
You need to put in the name of YOUR picklist control.. look at the Name properties of YOUR picklist control... and the control MUST be on the form at design time.
04-23-2011 07:11 AM
Well you did recommend picklist NAME.popup.....not picklistCONTROLName.popup.....
although I knew what you meant....