Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Supress messages
Message
 
 
To
26/07/2000 14:26:58
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00397202
Message ID:
00397391
Views:
11
>I have a one to many form, the one has one user updateable field (dist_groups).
>There is a datagrid based on a view (DlistView). The view is read only, and is based on two other tables (addresses (1:M) distlist).
>To add a record to the grid, the user selects from a listbox (addresses.address_id,name) and the listbox's ON CHANGE event populates the underlying table (distlist), then calls a REQUERY on the view.
>The reverse, from the grid, clicking the delete mark, removes that record from the underlying table.
> Both procedures work well, BUT at the REQUERY call, I get "Cannot update the cursor" I have SET TALK OFF, SET SAFETY OFF, still get the error message ( I aslo get it on form load ).
>I know the cursor cannot be updated, how do I stop the message?

Trap the error using the ERROR event/method of the form and RETURN .T. to make it contineously running.
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Reply
Map
View

Click here to load this message in the networking platform