Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Locate from textbox
Message
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01278394
Message ID:
01278427
Views:
16
>I trying to do a search
>
>In interativechange of textbox (cl_cl)
>
>SELECT CL
>
> LOCATE FOR CL.CL = CL_CL
>
>However this search seems not to work
>It only works if I put it in valid method
>
>I would like to see search to every letter I type
>
>Moises

InteractiveChange:
this.value = this.value
lcSeek = alltrim(this.value)
select CL
locate for CL = m.lcSeek && Assuming SET EXACT is OFF

thisform.myGrid.Refresh() && this line may be unnecessary
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform