ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

AS400 and ACOM merge

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

  • AS400 and ACOM merge

    On the display screen the user has the option to route the form to a different printer, my dilemma is the report has merge with ACOM solutions, what is the proper way of coding when two different printers will be utilized. Is there suppose to be an else statment between the two codes? if there is what do I use?

    IF COND(&PRINT *EQ 'PRT15') THEN(OVRPRTF +
    FILE(QSYSPRT) OUTQ(TRANSI))

    IF COND(&PRINT *EQ 'PRT16') THEN(OVRPRTF +
    FILE(QSYSPRT) OUTQ(TRANSI16))

  • #2
    Re: AS400 and ACOM merge

    Hi lpalomo:

    I'm not at all familiar with the way Acom processes it's printer overrides.

    What you have looks fine If prt15/prt16 are the only printers to be over-ridden.

    If prtxx is selected the program default printer will be used.

    Best of Luck
    GLS
    The problem with quotes on the internet is that it is hard to verify their authenticity.....Abraham Lincoln

    Comment

    Working...
    X