Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: opening maximized reports3 from forms5

Re: opening maximized reports3 from forms5

From: Mohammad Shuja <shuja_at_technologist.com>
Date: Tue, 09 May 2000 23:54:25 -0700
Message-Id: <10492.105274@fatcity.com>


it doesn't compile without quotes, because of the syntax requirement of add_parameter built-in.
I wonder there isn't any work-around for opening the report maximized.

Shuja
OCP - Application Developer

Viktor Naumov wrote:

> DID YOU TRY TO REMOVE THE QUOTES FROM MAXIMIZE AND
> YES?
>
> --- Mohammad Shuja <shuja_at_technologist.com> wrote:
> > Hello there,
> >
> > How can i open the reports from forms5 in maximized
> > window. I
> > passed a parameter maximize with its value yes in
> > the run_product
> > built-in, but it does nothing. It works fine when
> > used in the
> > command-line reports3 runtime.
> >
> > I wrote this on a button in form:
> > DECLARE
> > PL_ID PARAMLIST;
> > BEGIN
> >
> > pl_id := Get_Parameter_List('tmpdata');
> > IF NOT Id_Null(pl_id) THEN
> > Destroy_Parameter_List( pl_id );
> > END IF;
> > pl_id := Create_Parameter_List('tmpdata');
> > ADD_PARAMETER (PL_ID, 'MAXIMIZE',
> > TEXT_PARAMETER, 'YES');
> > Run_Product(REPORTS, 'CLIENT_BAL1', SYNCHRONOUS,
> > RUNTIME, FILESYSTEM, PL_ID);
> > END;
> >
> > thanks
> >
> > Shuja
> > OCP - Application Developer
> >
> >
> >
> > --
> > Author: Mohammad Shuja
> > INET: shuja_at_technologist.com
> >
> > Fat City Network Services -- (858) 538-5051 FAX:
> > (858) 538-5051
> > San Diego, California -- Public Internet
> > access / Mailing Lists
> >
> --------------------------------------------------------------------
> > To REMOVE yourself from this mailing list, send an
> > E-Mail message
> > to: ListGuru_at_fatcity.com (note EXACT spelling of
> > 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB
> > ORACLE-L
> > (or the name of mailing list you want to be removed
> > from). You may
> > also send the HELP command for other information
> > (like subscribing).
>
> __________________________________________________
> Do You Yahoo!?
> Send instant messages & get email alerts with Yahoo! Messenger.
> http://im.yahoo.com/
> --
> Author: Viktor Naumov
> INET: stant_98_at_yahoo.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
Received on Wed May 10 2000 - 01:54:25 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US