Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Search the word
Message
De
21/06/2005 08:11:30
 
 
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:
01025103
Vues:
12
NB! Updated!

>Hi all
>i am usr code for search the word, in some search option work well but in some have a problem. i am using codepage 1256 and fontch 178(some difficult)
>if i srach a word who completed with to character, show these codes my required along with a word who have three characters, e.g
>i am searching. kps. i alos found kps and also found kpsty, kpsa.
>i only seacr kps.
>difficulty is this, in Arabic and urdu character are spearet .
>thanks
>codes
>
> Set Order To sno
> SET FILTER TO  + ALLTRIM(ThisForm.file.Value) + " " $ upper(fm);
>  OR + ALLTRIM(ThisForm.file.Value) + " " $ upper(sm)
SET FILTER TO AT(upper(" " + ALLTRIM(ThisForm.file.Value) + " "),upper(" "+fm + "£ " + sm + " "))>0
If codepage is a problem, check the CPCONVERT function.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform