It's Windows that's eating up your Esc codes. Just like with any other Windows based program which prints to the (graphical) printer, the page is built up first, then sent to the printer.
A workaround can be to set up a new printer in Windows as a Generic, Text Only printer. Then Windows will not perform graphic formatting and will pass your Esc codes too.
Use a variable of type CHAR to send the Esc code (ASCII 27) from within your report, but that won't be the hardest task.
Comments
A workaround can be to set up a new printer in Windows as a Generic, Text Only printer. Then Windows will not perform graphic formatting and will pass your Esc codes too.
Use a variable of type CHAR to send the Esc code (ASCII 27) from within your report, but that won't be the hardest task.
John
BR,
Ludo