Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accent insensitive
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01293497
Message ID:
01293501
Vues:
17
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform