Skip to main content

Posts

Featured

PRINT REPORT | INVOICE | MONEY RECEIPT | ORACLE APEX

Full Video Tutorial  https://www.youtube.com/watch?v=jACQ33h7rl0 1.Write this code in you PL reports after Begin Htp.p('<a id="b_exit" type="button1" class="button button3" class="exit" '||'href="'||APEX_UTIL.PREPARE_URL('f?p=&APP_ID.:1:&SESSION.::&DEBUG.::::')||'">Close</a> <input type="button1" class="button button1"  class="t-Icon t-Icon--right fa fa-print" id="print" type="button" onclick="printdiv(''div_print1'');" value="Print"/><br/>       <div id="div_print1" style="margin-top:5px;"> ');  2. Enter the following code before the End htp.p('</div>'); 3.following code Copy and Past in Function and Global Variable function printdiv(printpage) { var headstr = "<html><head><title></title></head><body>...

Latest posts