ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Reg : print out

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

  • Reg : print out

    Hi all

    I have small problem in printer file. If I gave print it is coming properly, but I gave multiple then the first page is coming properly and then second page skip one line and third skip two line?.. like that it?s coming.. any one give solution for this..
    Thinx in advance

    Magesh

  • #2
    Re: Reg : print out

    Check the form length (in conjunction with LPI) ... DSPFD mylib/myprtf
    Code:
    Printer Attributes                                                 
      Device  . . . . . . . . . . . . . . . . . . : DEV        *JOB    
      Printer device type . . . . . . . . . . . . : DEVTYPE    *SCS    
      Page size                                     PAGESIZE           
        Length  . . . . . . . . . . . . . . . . . :                 72 
        Width . . . . . . . . . . . . . . . . . . :                 83 
        Measurement Method  . . . . . . . . . . . :            *ROWCOL 
      Lines per inch  . . . . . . . . . . . . . . : LPI        6
    If that's ok, check your SKIPB/SPACEB usage.
    Regards

    Kit
    http://www.ecofitonline.com
    DeskfIT - ChangefIT - XrefIT
    ___________________________________
    There are only 3 kinds of people -
    Those that can count and those that can't.

    Comment


    • #3
      Re: Reg : print out

      Hi


      Page size PAGESIZE
      Length . . . . . . . . . . . . . . . . . : 73

      is this the problem because of the length is 73, you mention 72..

      any way i change to 72 the i will let you know..

      Thanx in advance
      magesh

      Comment


      • #4
        Re: Reg : print out

        My post is just an example of where to look. You must set it according to the paper/LPI you are using. 72 should be correct for A4 @ 6 LPI.
        Regards

        Kit
        http://www.ecofitonline.com
        DeskfIT - ChangefIT - XrefIT
        ___________________________________
        There are only 3 kinds of people -
        Those that can count and those that can't.

        Comment

        Working...
        X