Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Box Initial Display
Message
From
05/05/2005 11:31:29
 
 
To
05/05/2005 11:10:06
Robert Dinsmore
Dinsmore & Associates, Inc.
Lexington, Kentucky, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01011314
Message ID:
01011329
Views:
11
>A combo box uses an SQL select from a table as the row source. It is not bound to anything.
>
>When the form initially displays, the box is empty. Clicking on the down arrow will show the values and it works fine from that poin on.
>
>How can I get the initial value (first row) to display when the form is intialized?
>
>Thanks...

try
* combo Init
this.listIndex = 1
Previous
Reply
Map
View

Click here to load this message in the networking platform