Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Space
Message
 
 
To
29/07/2008 04:50:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Space
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01333660
Message ID:
01334809
Views:
8
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform