Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Locate Function
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Locate Function
Miscellaneous
Thread ID:
00682059
Message ID:
00682059
Views:
67
Hi,
Does locate work when issued succeessively?

When I issue thr LOCATE statements below in the command window this is what happens.

Select MyTable
Locate for Alltrim(Upper(TABNAME)) == "ATAB" and FORMNAME == "MYFORM"
? FOUND(), returns .t.

Locate for Alltrim(Upper(TABNAME)) == "BTAB" and FORMNAME == "MYFORM"
? FOUND(), returns .f.

BTAB & ATAB are in MYTable

Any thoughts on this?

Thank you.

Ria
Next
Reply
Map
View

Click here to load this message in the networking platform