Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot update cursor
Message
From
10/04/1998 16:07:30
 
 
To
10/04/1998 15:52:06
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00091178
Message ID:
00091183
Views:
26
>I have a form which displays a view. I am issuing an APPEND BLANK statement so that the user can enter data into any field to query-by-form. However, I receive the message "Cannot update the cursor". Is there a cursor property I need to set? The cursor was created by a SELECT INTO CURSOR statement.
>
>Thanks.

You cannot modify cursor (i.e. edit/delete/add records) created by SELECT-SQL. There are couple ways to go around, one of them is ot USE (DBF()) AGAIN ALIAS .... Another way is CREATE CURSOR
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform