Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot update cursor error
Message
From
30/11/2001 03:57:27
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00587781
Message ID:
00587875
Views:
28
>Can anyone please help me with this:
>I am getting the following error during runtime of my program,
>{Cannot update the cursor}
>The help file indicates the following, {You have attempted to write to a file that was created or accessed for read-only purposes.} Does this mean the table should be accessed exclusively or not exclusively?
>Thanks
>Max

Max,
To be able to update a cursor either you should have exclusive access or everybody should be using it shared (another app or data session on your own computer also counts as someone else).
It might be stemming out from a various of reasons. First I would check combo-listboxes and grids. If there are and any one of them is using SQL source or an alias that is a result of SQL, check for any line trying to SQL select again into same cursor.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform