Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Reverse/Inverse printing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Reverse/Inverse printing

    I am trying to print some reverse image (white text on black background) lines from an iSeries on a document. I am using FNTCHRSET(QFNTCPL/CODOGR10 QFNTCPL/T1V10037) at field level in the CL. I am using DEVTYPE(*AFPDS) for the print file - the printers are configured TYPE(*IPDS) AFP(*YES). There is an override, but it only affirms DEVTYPE(*AFPDS). The document prints without generating error messages but the lines with the reverse image font print print "normally" ignoring the requested font change. What am I missing?

  • #2
    Re:Reverse/Inverse printing

    It is possible that the printer does not support this font. Please post the code, and your PRTF compiler options. Dave

    Comment


    • #3
      Re:Reverse/Inverse printing

      I am using an IBM InfoPrint32 & a HP Laserjet 1100 - any idea where I can find out if they will print this particular font? I have other HP lasers that I can try. Any modern laser should be able to print reverse - I believe. ****************** Compile options ******************************** 0006.00 ** DEVTYPE *AFPDS 0007.00 ** PAGESIZE 88 84 0008.00 ** LPI 8 0009.00 ** OVFLW 74 0010.00 ** OUTQ PRT02 0011.00 ** FORMTYPE BARCODE 0012.00 ** SAVE *YES 0013.00 ** COPIES 1 **************** Code Sample *************************************** A R HEADER A SKIPB(3) A 2DATE A EDTCDE(Y) A N55 29'MANUFACTURING ORDER' A 55 29'PROJECT WORK ORDER' A 60'ORDER QTY' A QUANOH 8 0 69EDTCDE(4) A SPACEA(4) A MESSG1 50 14FNTCHRSET(QFNTCPL/C0D0GR10 + A QFNTCPL/T1V10037) A SPACEA(1) A MESSG2 50 14FNTCHRSET(QFNTCPL/C0D0GR10 + A QFNTCPL/T1V10037) A SPACEA(1)

      Comment


      • #4
        Re:Reverse/Inverse printing

        The problem was the printer(s) - they did not support the IBM inverse/reverse font. Good luck trying to get a list of compatible printers from IBM. The IBM/Ricoh InfoPrint 1572 can print this font.

        Comment

        Working...
        X