Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursors and append..
Message
From
28/11/2006 02:16:15
 
 
To
28/11/2006 00:32:50
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6
Miscellaneous
Thread ID:
01172836
Message ID:
01172843
Views:
12
>I want to have a temporary table, so I make use of the cursor. However, inside my program, I am appending records from this cursor, so I tried using the INSERT command. But this won't work.
>
>Any work around where I can have a temporary table then be able to add records into it?
>
>TIA.

To be able to APPEND records to a cursor, you must make the cursor read/write. To append records FROM a cursor, you can use append from dbf('yourcursor'). If you need more help, you must tell us HOW you create the cursor.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform