Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot Insert Into Cursor
Message
From
25/05/1999 14:14:04
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00222602
Message ID:
00222605
Views:
27
>I have created a cursor from another cursor, and I need to Insert one record at the end of the file.
>
>I set up the CursorSetProp("Buffering", 5, "cData"), and attempt to Insert the record, I get the error "Cannot Update The Cursor".
>
>MULTILOCKS is ON
>
>The code is as follows:
>IF CURSORSETPROP("Buffering", 5, "cData")
> INSERT INTO cData (cDep, nFlights) VALUES ("TOTAL", lnFlights)
>ENDIF
>
>TIA,
>Mark

Mark

How did you create it? Is it ReadOnly? If so use it again to make it RW.

Macer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform