Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extract names
Message
 
To
28/08/2005 23:51:36
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 6 SP3
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01044676
Message ID:
01044677
Views:
10
Try it:
SNAME1="% "+ALLTRIM("Ali")
SNAME2=ALLTRIM("Ali")+" %"
SNAME3="% "+ALLTRIM("Ali")+" %"

SELECT name FROM MASTER;
WHERE name LIKE SNAME1 .or. name LIKE SNAME2 .or. name LIKE SNAME3;
INTO cursor TEST
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rodolfo Duarte
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform