5 pts.
 paper size parameter report 6i
who add-parameter of paper size on report 6i???

Software/Hardware used:
ASKED: July 22, 2009  10:17 PM
UPDATED: July 22, 2009  11:11 PM

Answer Wiki:
I'm not completely sure whether this is what you are asking, but, if you want to send the paper size to the report as a parameter, you need to use the PAGESIZE parameter, and the dimensions will be in a string of the form '<width> x <height>'. For example, if you are calling the report from an Oracle Form, you add the parameter this way: <pre>Add_parameter(YourParameterList,'PAGESIZE',Text_parameter,'15 x 20');</pre>
Last Wiki Answer Submitted:  July 22, 2009  10:51 pm  by  carlosdl   63,535 pts.
All Answer Wiki Contributors:  carlosdl   63,535 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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