SQL*Forms 4.5...exit forms problem

From: D. Shah <dipen_at_dcs.rhbnc.ac.uk>
Date: 1998/02/10
Message-ID: <6bqmc0$dn2$1_at_us1.rhbnc.ac.uk>#1/1


Hi,

I have set the following code:

Trigger 'When-Button-Pressed'



.
.

Code
.
.
.

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 CET

Original text of this message