Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Incremental search
Message
From
01/02/2023 09:20:40
 
 
To
01/02/2023 09:01:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01686056
Message ID:
01686058
Views:
48
>I have table with column data
>
>AABBCC
>BBBCCC
>CCCBBB
>ABCDEF
>
>I need solution to when I in grid type for example BC data in grid is filtered only with records with AABBCC, BBBCCC.
>
>Thanks in advance.

It depends how many records you want to filter.
If you have not so many records you may filter by:

"BC" $ TheField or AT("BC", TheFIeld) > 0

If you have many records you may use SQL Select and so called Save Select to refresh data in the GRID.
Keep in mind that non of these expressions is optimizable.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform