by IDEAL Software Support » Fri Mar 21, 2014 4:05 pm
The bug in the ActiveX had been fixed in v6.10.
If it does not work for you, this might have many different reasons:
The printer driver might not support it, the driver might have a bug, or it does only work if the printer driver is accessed in a specific text mode, which is not supported when printing via GDI in graphics mode (as VPE does).
Another option is that you are calling DevSendData() at the wrong place in your code.
You may only call this function while processing the event DoPrintDevData().