blankpages=no but I still have blank pages
627601Apr 16 2008 — edited May 14 2008Hi,
I hope this will be an easy one for someone to answer......
I have a report with multiple logical pages spaning one physical page. Some of the logical pages may be blank at run time so I am using the blankpages=no parameter to try to stop them from appearing. However they still do show.
The report is being called from a form (both 9i), and is being produced as a pdf then written to a file. Does anyone know why this might be happening?
The code is:
SET_REPORT_OBJECT_PROPERTY(v_repid,report_other,v_param_string);
/*then a section to build up destination type and path / file name etc...*/
SET_REPORT_OBJECT_PROPERTY(v_repid, REPORT_DESFORMAT, 'PDF');
-- Run the report
v_rep := RUN_REPORT_OBJECT(v_repid);