Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't update the cursor
Message
 
 
To
22/06/1999 14:46:24
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00232629
Message ID:
00232634
Views:
13
>I'm constantly getting this message:
>
>"can't update the cursor"
>
>But isn't a cursor is a table, the part of the program that fires up this error tries to update a field on a record of a table by using the replace command
>
>This is form a multiuser application that haven't got this problem before.
>
>Thanks

select Cursor_name
use dbf() gain in 0 alias different_name
use
select different_name && now cursor is read-write

If you are using a SQL command to create the cursor, add NOFILTER to the end of the command to prevent VFP from just placing a filter on the table.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform