Home » Developer & Programmer » Reports & Discoverer » Report in full screen
Report in full screen [message #164034] Tue, 21 March 2006 07:16 Go to next message
manns
Messages: 59
Registered: March 2006
Location: Bangalore
Member

hi,

in oracle6i

if i run d report from form or menu using run_product

it will open in default size but i want to open in full screen

how can i open this in full screen?

is it possible or not?

if possible pls mail me back

regards,
manju
Re: Report in full screen [message #164596 is a reply to message #164034] Fri, 24 March 2006 04:16 Go to previous messageGo to next message
kamar_19
Messages: 52
Registered: June 2005
Location: pakistan
Member
aoa
pass the parameter 'MAXIMIZE' in the run product and set its value 'YES'

regards

qamar
Re: Report in full screen [message #164849 is a reply to message #164596] Mon, 27 March 2006 01:42 Go to previous messageGo to next message
manns
Messages: 59
Registered: March 2006
Location: Bangalore
Member

hi

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, 'PARAMFORM', TEXT_PARAMETER, 'NO');
Add_Parameter(pl_id, 'ORACLE_SHUTDOWN', TEXT_PARAMETER, 'YES');
Add_Parameter(pl_id, 'MAXIMIZE', TEXT_PARAMETER, 'YES');
Run_Product(REPORTS, 'c:\empreport.rdf', SYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id, NULL);
END;

it will help to maximize the report

but will not maximize para meter form

how can i maximize my para form

regards,
manju
Re: Report in full screen [message #166911 is a reply to message #164849] Mon, 10 April 2006 04:24 Go to previous message
keyurna
Messages: 5
Registered: April 2006
Location: pune
Junior Member
hi there
how can i maximize my para form?

go to the properties of Report and change the property of "
PARAMETER FORM WINDOW"

keyur
Previous Topic: TEMP SIZE 512 ERROR
Next Topic: Error----------------------------Plz Help
Goto Forum:
  


Current Time: Sun Jun 30 10:26:42 CDT 2024