Hi all,
the print-Command fails since we migrated to PB2019. It worked fine in all previous versions.
This code is located in the clicked-Event of a menu-Item:
-------------------------------------------------------
long handle
handle = PrintOpen( )
parentWindow.print(handle, 20,20)
PrintClose(handle)
------------------------------------------------------
Any suggestions?
Many thanks in advance
Alex
thanks for the answer, it worked like a charm...
Greetings
Alex