Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem locate records with combo1.value as field name
Message
From
06/07/2004 09:45:02
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
05/07/2004 21:00:51
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00920879
Message ID:
00921000
Views:
17
>
>locate for (thisform.combo1.value)=thisform.text1.value
>
>
>the code above does not work. combo1 has the field name. text1 has the search string.
>
>what should i do? pls help. TIA.
LOCAL lcField, lcValue
lcField = thisform.combo1.value
lcValue = thisform.text1.value
LOCATE FOR &lcField. = m.lcValue
Previous
Reply
Map
View

Click here to load this message in the networking platform