Hi I am trying to figure out if there is a way to press a button and print automatically to the setting I need.
The report that needs to print has to be setup in the page setup to legal size paper and then automatically print.
so far I have this:
function ZPrint()
window.factory.PageSetup
window.print
end function
But I was wondering if I can have the page setup automatically set to legal. Or can I use send keys to do this. Thanks
The report that needs to print has to be setup in the page setup to legal size paper and then automatically print.
so far I have this:
function ZPrint()
window.factory.PageSetup
window.print
end function
But I was wondering if I can have the page setup automatically set to legal. Or can I use send keys to do this. Thanks