Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Circumvent RECNO(0
Message
From
12/08/1998 22:31:57
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, United States
 
 
To
12/08/1998 17:21:49
Zaraq Bari
Bari Studios Limited
Lahore, Pakistan
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00126162
Message ID:
00126344
Views:
14
>>>My question is how do I bypass GO RECNO(0) without generating an error.
>>
>>Look at the SET NEAR command.

I would say RECNO(0) has advantages over SET NEAR. One is you don't have to reset the:
SET NEAR &OldSettting.

I use this technique where I've already done a SEEK.
IF NOT SEEK(Expression, Alias, TagName)
IF NOT RECNO(0) = 0
* This is the GoNearest part
GO TO RECNO(0) IN Alias
ENDIF
Charlie
Previous
Reply
Map
View

Click here to load this message in the networking platform