Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Search the word
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01025098
Message ID:
01025111
Vues:
15
 <<SET FILTER TO " " + ALLTRIM(ThisForm.file.Value) + " " $ upper(fm);
<<           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,[]))
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform