Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Suppress
Message
From
04/12/1999 11:26:31
 
 
To
04/12/1999 11:11:25
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00298670
Message ID:
00298675
Views:
20
>how to suppress repeated value in a browse of a grid
>thank you for help.

If you mean that you want to prevent showing duplicates in some column of grid then you may do it by two ways:
1) Use SELECT DISTINCT ... to get rid of duplicates collecting records to a cursor.
2) Use UNIQUE index. It's not recommended to use it for base tables, but again if you use cursor then you can do this.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform