Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query on Memo fields
Message
De
06/01/1999 09:04:47
 
 
À
06/01/1999 09:01:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00173098
Message ID:
00173100
Vues:
28
>Is there any way to do a query on the Memo field for a text string and have the found text string in each different record highlighted when the dbf is browsed? Any help would be appreciated.

You may run this query the usual way, e.g.:
Select * From MyTable Where "qwerty"$MyTable.MemoField
Note that this query is not optimizable, i.e. will be slow for big table.
Grid highlighting can be reached by using DynamicBackColor properties evaluated again by "qwerty"$MyTable.MemoField
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform