Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accent insensitive
Message
 
To
18/02/2008 13:39:05
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01293497
Message ID:
01293501
Views:
16
>Is it possible to do accent insensitive search in foxpro?
>
>for example searching name='hemond' would return 'hémond'

Yes
UPPER([Hemond]) = UPPER(name)
*** or
UPPER([Hemond]) % UPPER(name)
*** or 
UPPER([Hemond]) == UPPER(name)
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform