Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
>=3 characters
Message
De
02/06/2008 06:14:08
 
 
À
02/06/2008 06:01:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01320887
Message ID:
01320899
Vues:
17
hi,
thank you for reply
i try it but no result no error, i have another soluation as..
it works
        if LEN(ALLTRIM(thisform.text3.value)) >= 3 
 SELECT depno,depname,mobile,tel,empname,empno from emp1;  
        where  atc(trim(thisform.text3.value) ,empname)>0 ; 
         ORDER by empno; 
          into cursor crsMyCursor
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform