If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Chit Chat > Printing PLT files with clipper

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-02-03, 17:37
PiKo_KEKEC PiKo_KEKEC is offline
Registered User
 
Join Date: Nov 2003
Location: Slovenija
Posts: 8
Exclamation Printing PLT files with clipper

Hallo!

I have problems with printing PLT files on HP LaserJet printer. In fact, I do not know how to include HP-GL/2 code from PLT files in my clipper code.

Maybe it would be easier to send PRN code from my Clipper code, but I still do not know how?

I start with:

? CHR(27)+"E" // reset
? CHR(27)+"*c0F" // delete fonts
? CHR(27)+"&l26A" // paper A4
? CHR(27)+"&l0O" // portrait
? CHR(27)+"(17U" // 852 character code
? CHR(27)+"&l1X" // no. of copies
? CHR(27)+"&l142U" // left margin
? CHR(27)+"(s1p11v0s4b4362T" // font
? CHR(27)+"&a0R" // start
...

// and here I want to print my signature (handwrited)
? CHR(27)+"&a42R"
cUkaz := "copy /B signature.prn" ???

Any easy solution?

Best regards!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On