Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Want to search memo fields
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00142607
Message ID:
00142654
Vues:
23
>Does anyone know of a FAST way to search a memo field for a string. (say look for the string "System testing problem" in a memo field for all records in a DBF)

For free I would try this:

use werreur
scan
copy memo mWerDetail to detail.txt
create cursor Lines (Line c(254))
append from detail.txt sdf
select Line from Lines where "System testing" $ Line into cursor Found
scan
? trim(Line) && Do what you want with the line!
endscan
? "--------"
erase detail.txt
endscan
François Dagenais
LAGIBERT Informatique
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform