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.