Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Has Duplicates
Message
From
25/07/2000 11:34:38
 
 
To
25/07/2000 11:18:47
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00396602
Message ID:
00396620
Views:
7
For a RowSourceType of 2,3 or 6
SELECT DISTINCT mycombofield ;
 FROM mytable ;
 INTO CURSOR mycombosource
For a RowSourceType of 5
SELECT DISTINCT mycombofield ;
 FROM mytable ;
 INTO ARRAY amycombosourcearray
If using RowSourceType of 0, do one of the above and AddItem() or AddListItem() for each row.

HTH
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform