Hi!
I do have in a data-form an updatable view with an 'ID'-field based upon the auto-inc ID-field of a table.
What's best way to append a record to that view?
I did include into my save-routine the 'test for conflicts' as described in 1001things.
As there is a test with curval() ,oldval() and userval() it happens that we are trying to update the table with null-values which generates errors.
Any suggestion how to deal with this?
-Bart
I do have in a data-form an updatable view with an 'ID'-field based upon the auto-inc ID-field of a table.
What's best way to append a record to that view?
I did include into my save-routine the 'test for conflicts' as described in 1001things.
As there is a test with curval() ,oldval() and userval() it happens that we are trying to update the table with null-values which generates errors.
Any suggestion how to deal with this?
-Bart