Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox Issue
Message
 
To
11/02/2003 10:43:50
Julie Ball
Gardner Publications, Inc.
Cincinnati, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00751887
Message ID:
00752079
Views:
16
>I have a file that has multiple records that contain the same data in the field that I am trying to list in a comboBox but I only want to have those multiple records listed once. How do I do this without creating another file that lists the data once?

In addition to the other choices, you can keep a unique index tag on that field.
select MyData 
set order to MyUniqueField
scan
MyCOmbo.Additem(MyUniqueField)
endscan
Imagination is more important than knowledge
Previous
Reply
Map
View

Click here to load this message in the networking platform