Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GRID with 2 or more views
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00566512
Message ID:
00566641
Views:
11
>I set the field "CHD_DESCRIPTION" updatable = .F. with DBSETPROP() and I remove the field from the UPDATABLEFIELDLIST with CURSORSETPROP().
>
>APPEND BLANK
>TABLEUPDATE()
>
>I got the error 1547.
>
>Any idea?

Well, here is the Error Message content:

While a view is updating, a new empty record (with no modified fields) is being inserted into one of the base tables of the view.

Make sure each record inserted from a view into a base table has at least one field that has been modified in the view prior to the view update.


Did it work before you added a field from the child table?

May be this idea would not going to work :(
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform