Skip to Main Content

APEX

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!

Send HTML file directly to browser print window

Marco FoxxJul 5 2016 — edited Jul 8 2016

Hello Respected Members,

I have a Report Query which will get data from database and print information accordingly.

SELECT * FROM emp;

Layout format is : XSL_FO

There is a Print button on page when-ever user click on print data it will print html file with data of given query using XSL_FO layout.

Reason is we don't want user to click multiple times to print page.So, it would be better if it directly pops up in browser print window.

Apex 5.0.3

XSLT 1.0

ORDS 2

i had read thread of sending Barcode directly to Print window. so is it possible in this scenario.

Thank you so much.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 3 2016
Added on Jul 5 2016
10 comments
909 views