Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How Can Combo Box work in Toolbar?
Message
From
16/06/1998 12:11:02
Tan Gay Cheong
Cybercomp Computer Services
Singapore, Singapore
 
 
To
16/06/1998 11:03:50
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00108325
Message ID:
00108711
Views:
44
*!* formset init()
SELECT myTable
LOCATE
WITH thisformset.toolbar1.cbo1
SCAN
.additem( field1, .listCount + 1, 1 )
.list( .ListCount, 2 ) = field2
.list( .ListCount, 3 ) = field3
*!* et cetera
ENDSCAN
.cbo1.listIndex = 1
END WITH


Q1 : The above codes should put it in the form or toolbar init event? If the field which I intend to put into the combobox is very large in terms of record(over thousands) would it be very slow?

Q2: What do you mean by field1, field2 and field3?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform