Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Box Problem
Message
From
22/09/1999 04:22:51
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00267379
Message ID:
00267474
Views:
19
Hi Ken.

>> I've created a drop down combo box and the control source is an array. How do I make the first element of the array visible in the box without clicking on the down arrow? <<

This.ListIndex = 1 will do that for you. Just be aware that doing this will dirty the buffers, so if you have a routine that checks for changes, it will always detect a change if this is a bound control even if the user hasn't typed anything.

Marcia
Previous
Reply
Map
View

Click here to load this message in the networking platform