|
Re: while updating tables on input in post form getting error -- ORA-01403 and FRM-32086 [message #85433 is a reply to message #85431] |
Fri, 25 June 2004 06:37 |
Tak Tang
Messages: 142 Registered: May 2004
|
Senior Member |
|
|
Move your update statement to your KEY-EXIT trigger.
I think you are not allowed to do UPDATEs in a POST-FORM trigger. This is what the docs say
Legal Commands
SELECT statements, unrestricted built-ins
Usage Notes
Use a Post-Form trigger for the following tasks:
o To clean up the form before exiting. For example, use a Post-Form trigger to erase any global variables that the form no longer requires.
o To display a message to the operator upon form exit.
This trigger does not fire when the form is exited abnormally, for example, if validation fails in the form.
|
|
|