Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a way to seek without moving the record pointer
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00581456
Message ID:
00581474
Views:
15
Hi Joe,

I seem to remember using in VFP5 as well as FPD2.5 but just in case the gray cells are faulty how about:


USE MyTable IN 0 AGAIN
SET ORDER TO MyTag

IF SEEK(MyKey)
* Your app specific routine for found
ELSE
* You app routine for not found
ENDIF


Robert
Previous
Reply
Map
View

Click here to load this message in the networking platform