Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> SQL*Forms 4.5...exit forms problem
Hi,
I have set the following code:
Trigger 'When-Button-Pressed'
IF id_null(find_form('pay_cc')) THEN /* goes to a form */
Open_Form('pay_cc');
ELSE
Go_Form('pay_cc');
END IF;
go_block('blk_select'); /* code doesn't get this far once form
'pay_cc' exits */
execute_query;
I have a strong suspicion that exiting the form (I use 'exit_form' to
exit out of
form 'pay_cc') causes the above trigger to be aborted mid-way. Can I
stop this abortion
occuring; or is their an alternative way to tackle this problem?
Many Thanks in Advance!
Dipen
Received on Tue Feb 10 1998 - 00:00:00 CST
![]() |
![]() |