Re: Forms 5.0 calls RUN_PRODUCT(REPORTS...)

From: <dwd_at_otra.com>
Date: Fri, 26 Jun 1998 14:42:37 GMT
Message-ID: <6n0c0t$16$1_at_nnrp1.dejanews.com>


In article <iviulppj1g.fsf_at_bcstec.ca.boeing.com>,   Candy Robinson <candy_at_bcstec.ca.boeing.com> wrote:
>
>
> I am using the Beta version of Forms 5.0.4.11.3, on Oracle 7.2.3. My forms
> builder is running on Windows NT. I am trying to call a report from a radio
> group using the RUN_PRODUCT command. I get this error:
>
> Error 307
> Too many declarations of 'RUN_PRODUCT' match this call.
>
> Anyone know what's going on? My call (within the WHEN-RADIO-CHANGED
> trigger) looks something like this:
>
> If :menu_select = 3 THEN
> RUN_PRODUCT(REPORTS,report_name,SYNCHRONOUS,RUNTIME,FILESYSTEM,NULL); END IF;
>
> Many thanks for any help!
> --
> Sandra (Candy) Robinson
> candy_at_bcstec.ca.boeing.com
>
>

Don't use NULL in the parameter list. You must use '' instead.

--dennis

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Fri Jun 26 1998 - 16:42:37 CEST

Original text of this message