Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
>=3 characters
Message
From
02/06/2008 06:01:52
 
 
To
02/06/2008 03:04:16
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01320887
Message ID:
01320898
Views:
23
Not sure if I got your description right - do you want something like this?:
* Procedure text3.InterActiveChange()
Local lcEmpName
lcEmpName = LOWER(Trim(NVL(thisform.text3.value,'')))
If Len(m.lcEmpName) >= 3
    SELECT * FROM emp1 WHERE LOWER(empname) Like '%&lcEmpName%' Into ...
Endif
hth
-Stefan


>hi all,
>i need help to start locate if thisform.text3.value>=3 characters
>
>via this code(atc(trim.........)
>
>

>SELECT depno,depname,mobile,tel,empname,empno from emp1;
> where atc(trim(thisform.text3.value) ,empname)>0 ;
> ORDER by empno;
> into cursor crsMyCursor
>

>
>thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform