Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Space
Message
 
 
À
27/07/2008 04:08:39
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:
01334343
Vues:
7
I still not sure what you are doing. Why do you parse name if you want to search on full name?

>thank you for reply,
>i try to find the filed name4 as (jon kamel) not as (jon) only
>
>>What arer you trying to do and what seems to be a problem?
>>
>>>
>>>i try to fitch for name as below put the name4 as (jon kamel) mean 2 parts with space between the name.
>>>
>>>
>>>  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 F4,F1,name4,name3,name2,name1  from x2;
>>>       where name4=lcName ;
>>>              ORDER by name4;
>>>       into cursor crsMyCursor readwrite
>>>
>>>else
>>>
>>>endif
>>>endif
>>>
>>>thanks
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform