If the graphic is actually stored in the printer and you have to use an
escape sequence to get it to print, then in the past you may have used a
{ PRINT } field. IN essence you can specify a printer control sequence
such as esc A by using a sequence of numbers (esc = 27 and A = 65, for
example), like this
{ PRINT 27 65 }
The {} have to be the special field code braces that you can insert
using ctrl-F9. Everything else is plain text.
PRINT fields only work with printer drivers that support a particular
kind of "passthrough" - as far as I know, these days they are limited to
printers that use PostScript or PCL. If you can't do it this way, you
either have to do the obvious thing of inserting the image you want
directly in the document, or in the case of Postscript you may be able
to alter the Postscript headers that are sent to the printer at the
start of each print job. It's a long time since I've visited that
particular part of Windows though.
I can't help you with the actual coding - with any luck you will still
have a document lying around that has the right sequence in it.
Peter Jamieson
http://tips.pjmsn.me.uk
Visit Londinium at
http://www.ralphwatson.tv