Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

blankpages=no but I still have blank pages

627601Apr 16 2008 — edited May 14 2008
Hi,

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);
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 11 2008
Added on Apr 16 2008
2 comments
900 views