Hi,
Before start printing i set
odcVPEngine:PrintOptions := PRINT_NOABORTDLG
because i do not want to see that window, i will
show the pregress in my own window.
But how can i cancel the printjob after
odcVPEngine:PrintDoc( TRUE ) ??
In my app i am having a cancel button, but what do i have
to do to abort printing ?
Ecki