Re: Forms 5.0 ( Run_Product) Misbehaving.

From: Margot <margot.levasier_at_tip.nl>
Date: Sun, 30 May 1999 07:28:22 GMT
Message-ID: <3750e57e.662968_at_news.tip.nl>


Work-around (no documentation at hand):

declare
  t_dummy_list paramlist;
begin
  Run_Product(REPORTS,:control_blk.rpt_choice,SYNCHRONOUS,

                    RUNTIME,FILESYSTEM,t_dummy_list,NULL);
end;

HTH Margot

On Sun, 30 May 1999 06:44:57 +0100, "Rose Noel Kamene"  <rkamene_at_easynet.co.uk> wrote:

>Hello everyone,
>I am trying to run a report from Forms 5.0. When I try to compile the
>trigger containing my the code I get the error message
>TOO MANY DECLARATION OF RUN_PRODUCT TO MACTH THIS CALL.
>I wonder if someone has experienced this problem before and if so what
>they did to get round it. My code for the trigger is as follows
><<
>Run_Product(REPORTS,:control_blk.rpt_choice,SYNCHRONOUS,
> RUNTIME,FILESYSTEM,NULL,NULL);
>In the above :control_blk.rpt_choice is a text_item in the control block
>which can be the name of any report on the system.
>Thanks for your help in advance.
>RNK.
>London.
>
>
>
>Your message here.
>
>
Received on Sun May 30 1999 - 09:28:22 CEST

Original text of this message