Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Re: Cursor
Miscellaneous
Thread ID:
00455330
Message ID:
00455422
Views:
34
>Use cAcct in 1, I get an error that cAcct is not a dbf.
>MA

Sorry, Mahmood.

If you want to make your cursor read-write, you can:
use dbf('myCursor') in 0 again alias myReadWriteCursor.

Otherwise you can just:
select myCursor1
do stuff
select myCursor2
do stuff
Unless you explicitly do:
use in myCursor1
use in myCursor2
These cursors would remain open.
If you will open another table, open it in the nearest free area, e.g.:
use myTable in 0 (0 means the first free area)

Sorry, Terry.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform