has any one written a active x control when u print a web page the printer dailog box is not shown. it automatically prints the web page without showing the printer dailog box.
Printable View
has any one written a active x control when u print a web page the printer dailog box is not shown. it automatically prints the web page without showing the printer dailog box.
yeah just change the print code
reportname.print true 'shows the dialog box
reportname.print false 'does not show the dialog box