If anyone wants an alternate approach to this issue (not necessarily
better, just different), here's what we did in a pinch:

- Create a windows printer using an older HP Laser Jet printer driver
(like a LaserJet III)
- Set it to print to a file
- Print the bmp to this printer, generating a file
- Now you have a PCL stream to print the graphic.
- You then need to edit the stream and delete the first set of pcl
codes up to ^[*t300R.  and then everything after the  ^[*rB at the end
of the file.
- Then in your Basic program, do your PRINTER ON, then read the above
stream from a file, PRINT it, then print your regular text.   The
Graphic print doesn't move the "cursor" on the page, so an ASCII print
will overlay the graphic.


Steve
CMI


On Jul 1, 6:40 pm, Richard Kann <[email protected]> wrote:
> Hi All:
>
> I am trying to print a .bmp file (a signature capture) to a PCL inkjet
> printer (Jbase version 3.4.x windows) at the bottom of an invoice. Has
> anyone accomplished this before or knows how to do it?
>
> Richard Kann
> Comp-Ware Systems, Inc.

--~--~---------~--~----~------------~-------~--~----~
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to