Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Search the records
Message
De
27/12/2004 09:36:45
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
00972291
Message ID:
00972337
Vues:
13
>Dear all,
>i want to search the records like this. i am searching "is" in a veriable. it is not a problem.
>but when "is" is in between"his name is khubaib" i use these codes
>
>SET FILTER TO ALLTRIM(thisform.bname.Value)$upper(bname)
>
>these code is also filter is from his. i want only "is" word
>thanks

If I understand what you want correctly, try putting a space on either side of the search string:

SET FILTER TO " " + ALLTRIM(ThisForm.bname.Value) + " " $ UPPER(bname)

Tamar
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform