Execute Automatic Row Processing (DML) process from popup
MikeOBIJan 31 2011 — edited Feb 1 2011Hi,
I'm making a change to an existing ApEx page, that inserts records to the database using an Automatic Row Processing (DML) process.
The change involves branching to a modal popup window, so that the user is prompted to verify 2 pieces of information, before the form is submitted or cancelled. My question is, how do I execute the DML process when I close the popup window. Normally this would be from a button where the 'Data Manipulation' setting would be 'SQL INSERT', can the REQUEST value be set to mimic this?
At the moment the popup closes and the page submits, but the process is not running.
Thanks,
Mike
Edited by: Mike, UK on Jan 31, 2011 4:37 PM