Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Search the records
Message
From
27/12/2004 09:36:45
 
 
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00972291
Message ID:
00972337
Views:
14
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform