Re: Calling procedure from Form

From: N Prabhakar <prabhs_at_po.pacific.net.sg>
Date: 1996/12/06
Message-ID: <589617$d8n_at_newton.pacific.net.sg>#1/1


"Gary G" <ggorbon1_at_swarthmore.edu> wrote:
>Hello, I am trying to fire a procedure based on certain events from within
>a Form, such as, WHEN-BUTTON-PRESSED.
>Procedure runs just fine, when executed from SQL, but wouldn't run when
>called upon from a Form.
>
> procedure_name(parm1 varchar2, parm2 integer)
>
>Any suggestions?
>
>Thanks in advance,
>
>Gary

Hi there,

Are you trapping exceptions properly. May be some exception has been raised by some other PL/SQL code and it is not executing this procedure. Try to put some messages in the trigger and re-execute the code.

Regards

N.Prabhakar Received on Fri Dec 06 1996 - 00:00:00 CET

Original text of this message