Hi All
Using APEX 4.2 on 11g.
I have a wizard generated Master Detail page (master form and detail tabular form on same page)
If I do this...
1. Edit a field in the master form, but don't save.
2. Delete an existing row from the detail tabular form with the 'Delete Checked' button.
3. Click 'Cancel' to leave page without saving.
The row has been deleted from the detail table, that's fair enough, but the changes made to the master have been saved.
This is confusing for the end users, I don't want this functionality. I only want my changes to the master form saved if I actually click the 'Save' button.
How do I make Delete Checked just delete the row from the detail table without affecting the master table?
Nick