Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Space
Message
From
24/07/2008 04:58:36
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Space
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01333660
Message ID:
01333660
Views:
53
hi all,

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
Next
Reply
Map
View

Click here to load this message in the networking platform