Power Edit Form and Delete Button

dcs

Member
I am attempting a basic power forms application (with no subforms). I have created a power browse with a grid, and a power edit form to edit a single record at a time. Since power browse forms do not have a delete button to delete records, I added the delete button on the power edit form.

When I run my application I can add and update records from the power edit form with no issues. When I press the Delete button from the power edit form, I receive the I.E. popup delete confirmation window (I.E. 7). I click OK and nothing happens. In behind the scenes the record is not deleted and my log files do not show any errors and no attempt to delete the record (jde.log/jdedebug.log/jas.log/jderoot.log).

When I use a regular find/browse form (with a delete button) the record is deleted from the table with no issues.

Am I missing a setting on the power edit form?
 
You'd better use a Find and Browse form. I tried what you describe and didn't find a way to make it work. Sorry this answer came to you 12 years late.
 
Back
Top