Hi Bruce,
I have been experimenting with the Partial Save button added with NT 14.17. I have a GUID field in my tables, which is set as unique. This causes a problem:
When adding a new record the form is in insert mode. Clicking the Partial Save button saves the record, including the GUID field and sets the form to change mode. Upon clicking the Partial Save button again (while in change mode), an error pops up about a duplicate key on the GUID field.
Maybe I can add code to change the GUID when using the Partial Save button, but this does not seem to be a good idea. For now, I have set the Partial Save button to be disabled when in insert mode. Any thoughts on how to handle this issue better?
Thanks,
Jeff