Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Selecting first item in combo box based on array
Message
From
16/08/2000 16:50:54
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Selecting first item in combo box based on array
Miscellaneous
Thread ID:
00405816
Message ID:
00405816
Views:
47
What do I have to add to this code to always have the first array element selected and visible in my combo box?

WITH THISFORM.cboTables
.ROWSOURCETYPE = 5
.ROWSOURCE = 'THISFORM.aTables'
.FIRSTELEMENT = 1
.REQUERY()
ENDWITH
Next
Reply
Map
View

Click here to load this message in the networking platform