Results 1 to 2 of 2

Thread: PCL Via API

  1. #1
    TOMBUGGY
    Guest

    PCL Via API

    I've posted this question in the General VB Forum but think it is applicable here also. I want to set up an HP Laser to use the PC-8 Symbol table so I can print the graphics line characters to do "boxing" of data in a report. The PCL for PC-8 is:
    Chr(27) + "(10U"
    As suggested in the other forum, I've used the "Declare Function Escape Lib "gdi32" (ByVal ......)" code as Public in my base module and issued "Escape Printer.hDC, ....." appropriately in form code. However, I'm not getting the graphic charcaters in subsequent Printer.Print statements.
    Suggestions please, and thanks.

  2. #2
    jim mcnamara
    Guest
    I believe I answered your post in the other forum -Escape api.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width