Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Search the word
Message
From
21/06/2005 08:39:17
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01025098
Message ID:
01025115
Views:
14
>
 <<SET FILTER TO " " + ALLTRIM(ThisForm.file.Value) + " " $ upper(fm);
&gt;<<           OR " " + ALLTRIM(ThisForm.file.Value) + " " $ upper(sm)
>>Boris which words have problem, with your codes nothing found, which word have not problem alos found.
>>thanks
>
>Some mix between my and Hilmar's answer:
>
>m.transchar = [,.:'"/\`~%#@$^&*()-+=",]+"[]"
>SET FILTER TO " " + ALLTRIM(ThisForm.file.Value) + " " $ UPPER(STRTRAN(fm,m.transchar,[]));
>           OR " " + ALLTRIM(ThisForm.file.Value) + " " $ upper(STRTRAN(sm,m.transchar,[]))
>
Or even simpler
m.transchar = [,.:'"/\`~%#@$^&*()-+=",]+"[]"
SET FILTER TO " " + ALLTRIM(ThisForm.file.Value) + " " $ UPPER(STRTRAN(fm +chr(255)+sm,m.transchar,[]))
Previous
Reply
Map
View

Click here to load this message in the networking platform