How to receive user input in oracle form at run-time? [message #657510] |
Fri, 11 November 2016 03:49 |
|
Sabe
Messages: 2 Registered: November 2016
|
Junior Member |
|
|
I have a WHEN-BUTTON-PRESSED Trigger that process a sale transaction, inside the trigger there is a check that checks the sale transaction amount. If the amount is greater than 1000 the authorization code from the senior is needed. how will receive that authorization code while still inside the trigger. I tried to call a new canvas to receive the authorization code, but the WHEN-BUTTON-PRESSED trigger continues to execute.
|
|
|
|
|