I'm new to Vpe and it's a great product.
The issue that we are having is that we print long forms that are in the neighborhood of 30inches. We setup Vpe so that we can print anywhere (i.e., AutoBreakMode is set to: Auto_Break_NO_Limits) and all the printing is fine, however.
When the page stops printing we need to send a FORMFEED command to ready the printer for the next page.
We tried DevSendData but it doesn't work. We read the other post and accept the fact that it is driver dependendent and useses the GDI (we are using VC++).
We got aroung the problem by creating a function that writes "raw data" to the printer and we can send it printer commands BUT:
We can't seem to use this technique when we preview the document because the "formfeed" command will not be picked up by the preview command.
Is there a way to get a message from VPE when the enduser hit the print button in Vpe's Preview Status bar. If we could trigger on this then we could send our linefeed after the end user hits the print button. At this point our app. only works when print directly to the printer, but when we preview and then print we have no way to send a formfeed.
Can you please make some recommendations?