10 pts.
 Display Report Preview on full screen
When a report is executed the output is not displayed in full screen. the end user has to use the maximize button to do so. I would like to have the report displayed on full screen

Software/Hardware used:
Oracle 10g - Report 6i
ASKED: November 20, 2009  12:35 PM
UPDATED: March 30, 2010  1:51 PM

Answer Wiki:
You have to call the report with a parameter named MAXIMIZE (i.e. add this parameter to your parameter list). Something like this: <pre><b>add_parameter(myParamList,'MAXIMIZE',Text_Parameter,'YES');</b></pre>
Last Wiki Answer Submitted:  November 20, 2009  10:09 pm  by  carlosdl   63,580 pts.
All Answer Wiki Contributors:  carlosdl   63,580 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I have the same problem with report designer 4.5 how I can solve it ?

 10 pts.

 

I don’t know if this parameter was available in 4.5

Did you try the above solution ?

 63,580 pts.