Need to clear the form and execute a procedure in same trigger [message #522713] |
Tue, 13 September 2011 05:27 |
|
umesh337
Messages: 26 Registered: July 2011 Location: pune
|
Junior Member |
|
|
Hi all,
I have a problem in my form.
In my form there are 4 blocks and in one of the block i have a button. In which i put a code same as below:
BEGIN
IF NAME_IN('SYSTEM.FORM_STATUS') = 'CHANGED'
THEN
CLEAR_FORM(NO_VALIDATE);
END IF;
PROCEDURE ABC;
END;
So as per code i want to clear all the changes in form for current session and want to call the procedure ABC after that.
But it is not calling the procedure ABC.
Could any one please let me know why this is not executing?
And what would i do to perform the same?
Regards,
Umashankar Jhajharia
[EDITED by LF: fixed topic title typo; was "rigger". Included [code] tags]
[Updated on: Thu, 15 September 2011 01:19] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|