Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie question: LOCATEing records
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00263556
Message ID:
00263561
Views:
25
Try this:


LOCATE for fullpric.catno = Thisform.txtFind.Value

IF FOUND()

do something
ELSE
do form FindCatNo
ENDIF

If the user entry is not there, pop up a picklist, let them select a number and return to your original form.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform