PL/SQL (MOSC)

MOSC Banner

window.print ();}

edited Nov 27, 2013 5:03AM in PL/SQL (MOSC) 1 commentAnswered
Dear


I have Oracle 10g
I'm useing the Oracle PL/SQL procedure to print report like:
. . .
<script language="JavaScript1.2">
printWindow function () {
BV = parseInt (navigator.appVersion);
if (BV> = 4) window.print ();}
</ script>
. .
<body ONLOAD="javascript:void(printWindow()); return;">
. . .

This procedure ask for select the print device always

Have I can do, to print on the default printer without the use the dialog box for the select Printer

Regards!

Hine

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center