Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to populate combo box with array
Message
From
01/05/2002 16:19:35
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00651529
Message ID:
00651570
Views:
21
Thanks David

But the code below gives me a blank combo box what's wrong ?
DIMENSION aCompcode[1]
SELECT dist(compcode) FROM DBF() INTO ARRAY aCompCode
FOR each aCompcode in aCompcode
	Thisform.combo1.AddItem(aCompcode)
ENDFOR 
This.Requery
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform