Hello,
in the procedure TVPEngine.SetupPrinter() is a Function-call to the
function VpeSetupPrinter().
This function returns a value depending on pressing 'OK' or 'Cancel'
in the Setup-Dialog.
But this function-result is not delivered to the calling routine
TVPEngine.SetupPrinter(), thus there is no possibility to check if
the user pressed 'OK' or 'Cancel'.
In my case, the program starts to print, no matter the user
pressed 'OK' or 'Cancel'!
So, is there a way for a workaround where I don't have to change the
VPE_VCL unit?
Sorry for my bad english - i usually speak german...
Thanx for any fast response!!