Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Space
Message
 
 
À
29/07/2008 04:50:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Space
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01333660
Message ID:
01334809
Vues:
7
As I said previously, why not use the whole provided value 'abd alkareem '? The '==' operator will exoure than it's full match. Check http://www.berezniker.com/content/pages/visual-foxpro/string-comparison-vfp for more info.
select name from mytable where name1 == thisform.text10.value
>
>if i have this name (abd alkareem ) at field(name1) this name have 2 parts and space between the name,
>
>i want to find this name via select statment,
>if i use code as below
> if LEN(ALLTRIM(thisform.text10.value)) > =3
> For x=1 to getwordcoun(thisform.text10.value)
> lcName = getwordnum(thisform.text10.value,m.x)
> if m.x=1
>select name form mytable where name =this form.text10.value.........etc
>
>i get only all name start with (abd) i need to get all name as (abd alkareem ) at the grid.
>
>i hope this enough information , if yes or not thank you all the time
>
>m.qasem
>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform