Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Incremental search
Message
 
À
01/02/2023 09:01:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01686056
Message ID:
01686058
Vues:
49
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform