Page 1 of 1

Embedding PCL Codes

Posted: Thu Jan 25, 2007 3:58 pm
by klantzky
Is it possible to embed PCL escape sequences into report files?____I am trying to print a single page with a logo from one tray and then duplex print the remainder from the second tray.____Thanks__K

=> RE: Embedding PCL Codes

Posted: Fri Jan 26, 2007 3:29 pm
by kfleming
R&R will strip out any calculations that try to use printer escape codes.____You might (and I repeat might) be able to use a CDLL() call to a Windows API to call ExtEscape function from the Windows GDI. But you would need some familiarity with programming to be able to do this successfully. Conceptually I think it might work but there may be a gotcha.____Kathleen__R&R Support

==> RE: Embedding PCL Codes

Posted: Sun Feb 04, 2007 9:03 pm
by Sergio_(Guest)
K,____I gave up with trying to included PCL commands into my R&R reports. ____We pre-load a form into printer memory, and need a PCL command to print form with data coming from R&R. Redoing the form into R&R was not an option.____Let us know if you find a way.____Thanks...__Sergio