Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
APPEND FROM Cursor
Message
 
To
19/10/2001 01:55:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00570632
Message ID:
00570634
Views:
23
This message has been marked as the solution to the initial question of the thread.
Hi Michel

It depends on how the cursor was created. It the cursor is in reality a filtered table (using an index/indexes) it can't be done. For more info about this, see the NOFILTER clause for the SQL - Select command.
But if the cursor isn't a filtered table and is physically stored in the temp-dir you can do this:
APPEND FROM DBF("Alias of Cursor")

>Is there a way to do that or this simply doesn't exist in Visual FoxPro yet?
>
>I would like to APPEND FROM a cursor. I've been in that situation several times so far. I don't want to create a file on disk just for that.

hth,
Frank Camp
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform