Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to auto-select from a combobox?
Message
From
15/03/2000 03:31:57
 
 
To
14/03/2000 21:30:54
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00345641
Message ID:
00345723
Views:
20
Hi Denis.

>> How can I make that selection from that combobox automatic so that the user does'nt have to click on that combobox when there is only one item to be selected from that second combobox? <<

After you select the item in the first combo and re-populate the second combo, put code like this:
IF Thisform.combo2.ListCount = 1
   Thisform.combo2.ListIndex = 1
ENDIF
Marcia
Previous
Reply
Map
View

Click here to load this message in the networking platform