Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using an Array with a ComboBox
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00175889
Message ID:
00175900
Views:
27
Paul,

Because the combobox is created before the form's Init runs and at that time the array isn;t ready yet. You could simply call the Combo's Requery after populating the array;

* Form Init
* Populate array

* Then
ThisForm.Combo1.Requery()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform