Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make cursor read/write ?
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00458184
Message ID:
00458473
Views:
12
>use dbf() again in 0
>
>This creates another copy of the cursor with a temporary table written to disk in a new work area.
>
>NOFILTER does the same thing except you don't wind up with 2 cursors open with the same data AFAIK...

Eric,

I've just made this test:
select propid from tranmstr where propid<10000 into cursor curTest nofilter
set
BROWSE LAST
m.PropId=1
insert into curTest from memvar
append blank

I got an Error message: "Cannot update a cursor". Therefore adding NoFilter clause is not enough to make cursor updatable.
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