Re: Forms 5 Run_Product problem

From: Henrik Bachmann <Henrik.Bachmann_at_bim-consulting.de>
Date: Thu, 01 Apr 1999 12:38:10 GMT
Message-ID: <370367c7.22945624_at_news.topnet.de>


On Thu, 11 Mar 1999 15:37:41 +0100, Pedro MARTEL <Pedro.Martel_at_cern.ch> wrote:
>Use Run_Report_Object built-in instead...
>You may find doc for this on Dev2K release notes on technet
>
>Cheers
>Pedro
>
>
>Andrew Adams wrote:
>>
>> I am upgrading a Forms 4.5/Reports 2.5 application to Forms
>> 5.0/Reports 3.0
>> My problem is that Oracle has apparently changed the syntax of the
>> Run_Product command. Does anyone have an example of code that will
>> run a report under 5.0? All the examples I have found generate a 307
>> "Too many declarations of Run Product match this call" error.
>>
>> The exact syntax of my PL/SQL is
>>
>> Run_product(REPORTS,'c:\report.rep',ASYNCHRONOUS,RUNTIME,FILESYSTEM,NULL);
>>

Hi!

Try

Run_product(REPORTS,'c:\report.rep',ASYNCHRONOUS,RUNTIME,FILESYSTEM,'');

('' vs. NULL - run_product is overloaded and NULL brings up "Too many declarations ...")

Regards

Henrik

>> Thanks
>>
>> Andrew Adams
>
>--
>Vous voulez globaliser ? Commencez par les Droits de l'Homme !
>
>Pedro Martel | Tel: +41-22-7674372
>CERN - EST | Fax: +41-22-7678890
> | Pedro.Martel_at_cern.ch
Received on Thu Apr 01 1999 - 14:38:10 CEST

Original text of this message