|
|
|
|
Re: restrict standard save functionality [message #513317 is a reply to message #513315] |
Sun, 26 June 2011 15:39 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
This smells like an Oracle Apps. question ("submitting a concurrent program"). If that's so, the following might not be true there.
Anyway: your SAVE button (is it a button?) and its WHEN-BUTTON-PRESSED trigger are supposed to do what KEY-COMMIT does. So, if you create a procedure (let's call it PRC_COMMIT) and put all your code in there, and then call PRC_COMMIT from both WHEN-BUTTON-PRESSED trigger on SAVE button and KEY-COMMIT trigger, you might capture both events.
|
|
|