Rocket U2 | UniVerse & UniData

 View Only
  • 1.  Landscape printing

    Posted 03-15-2023 13:18

    Hi guys - here with a pretty basic question...

    I am on universe 11.3.4 on linux redhat. We use AWForms here but that app was not able to give me what I wanted so I just wrote the report - but this company does not have a separate printer queue defined for a landscape print(which is what I'm used to). I tried using the printer command within the program but it just prints my characters:

    PRINT CHAR(27):"&l1O"

    Can someone tell me the simplest way to flip a report automatically to landscape?



    ------------------------------
    Kathleen Hambrick
    Programmer at Colwell
    ------------------------------


  • 2.  RE: Landscape printing

    Posted 03-15-2023 15:41

    Apparently I was close - I was missing the escape E. This works now...

    PRINT CHAR(27):"E":CHAR(27):"&l1O":



    ------------------------------
    Kathleen Hambrick
    Programmer at Colwell
    ------------------------------