Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
USE DBF() AGAIN ALIAS whatever
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00228937
Message ID:
00228944
Views:
11
Michelle,

Assuming your cursor is called mycursor, this should work:

USE DBF('mycursor') AGAIN IN 0 ALIAS mycursor2

Also, you need to make sure that you have an actual dbf and not just a filter of your original table. You can do that using the NOFILTER clause of SELECT:

SELECT * FROM mytable INTO CURSOR mycursor NOFILTER

>Am I using the correct syntax for this trick?
>
>It keeps telling me it can't find what I'm assuming is the temp file for the cursor. It created it; why can't it find it? I'd really like to avoid using actual tables.
>
>I wish SELECT cursors were writable to begin with.
>
>Thanks,
>
>Michelle
Previous
Reply
Map
View

Click here to load this message in the networking platform