Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Supress messages
Message
From
26/07/2000 14:26:58
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Supress messages
Miscellaneous
Thread ID:
00397202
Message ID:
00397202
Views:
35
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?
Next
Reply
Map
View

Click here to load this message in the networking platform