Thanks I found an old manual for a HPLJ4 so am going to try the printer codes for that on the Ricoh tomorrow. Will either work or it won't!
G -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Crozier Sent: 01 October 2008 10:45 To: GrahamB Subject: RE: Printing Ricoh Aficio 250 overlays Graham, Remember you can still print to the printer directly with the "???" command. Dave Crozier -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Graham Brown Sent: 30 September 2008 17:56 To: ProFox Email List Subject: Printing Ricoh Aficio 250 overlays Hi all I'm working on a project where the database holds the paths to a collection of pdfs which are technical specs for products. Each product can have several spec documents. The routine I'm trying to figure is when the customer prints the pdfs from my app they need to print their order number into a specific place, at the bottom right hand corner. I think the Ricoh 250 is a PCL printer which follows the HP LJ4 standard. Back in my Clipper 5 days (showing my age now...) used to be able to: - set device to print set printer on ? chr(27)+.... && whatever the codes where to initialise the printer ? chr(27)+.... && start overlay ? chr(27)+.... && go to a specific X,Y coordinate on the page ? "Tech Document for Order: "+m.order_no ? chr(27)+... && end overlay run copy 1.pdf lpt1: ? chr(27)+.... && warm boot the printer. set printer off set device to screen I can't remember the codes for this, would anyone happen to have any resources for printing overlays or know of a better way to do this. Regards Graham --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

