Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record pointers on empty cursors/tables
Message
From
02/02/2004 10:03:04
 
 
To
02/02/2004 09:22:42
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00872917
Message ID:
00872939
Views:
14
Try
cAlias = ALIAS()
nRecNo = RECNO()

Do Something

if !empty(cAlias) and used(cAlias)
  SELE (cAlias)
  GOTO nRecNo
endif
Previous
Reply
Map
View

Click here to load this message in the networking platform