Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug in Combobox?
Message
 
To
20/05/2003 14:25:41
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00788447
Message ID:
00790700
Views:
56
If I set the combobox up with an array i didn't have any problem.

SELECT cTest2
DIMENSION thisform.arrdata2(RECCOUNT(),1)
COPY ALL TO ARRAY thisform.arrdata2 FIELDS TestFld
Thisform.Combo2.RowSourceType= 5
Thisform.Combo2.RowSource='thisform.arrData2'
Thisform.Combo2.numberofelements = RECCOUNT()
Thisform.Combo2.requery()
Thisform.Combo2.ListIndex=300
Previous
Reply
Map
View

Click here to load this message in the networking platform