Sage 100

 View Only
  • 1.  Crystal, "print new page after" in group footer spits out that extra page

    Posted 03-05-2019 18:52
    Customer is doing consolidated sales orders for shipping data entry.
    On the invoice form, they want a separate page per sales order.
    So I added Group 4 for the AppliedSalesOrder, then set page options for "new page after" on the group 4 footer.

    This generates an additional blank page after the last applied sales order number.
    I've forgotten how to deal with this issue. Even Power Query and Power BI can't help me on this :)

    Any insights out there?

    ------------------------------
    Clark Walliser
    Senior Consultant
    DSD Business Systems
    San Jose CA
    Clark
    ------------------------------


  • 2.  RE: Crystal, "print new page after" in group footer spits out that extra page

    Posted 03-05-2019 20:47
    Edited by Alnoor Cassim 03-05-2019 20:48
    Assuming you didn't also click Reset Page Number After, you can conditionally run New Page After by clicking the X-2 button next to it and putting in something like this:

    TotalPageCount <> PageNumber

    ------------------------------
    Alnoor Cassim

    Free Agent Developer and Consultant
    CallForHelp.biz
    Email: alnoor@callforhelp.biz
    Orange County, CA
    ------------------------------



  • 3.  RE: Crystal, "print new page after" in group footer spits out that extra page

    Posted 03-05-2019 21:00
    That's what I forgot to remember!
    I knew it was something simple like that.

    Thanks Alnoor, you're alright. Even if you are surrounded by a bunch of groupies ��


    Clark Walliser
    DSD Business Systems



    ------Original Message------

    Assuming you didn't also click Reset Page Number After, you can conditionally run New Page After by clicking the X-2 button next to it and putting in something like this:

    TotalPageCount <> PageNumber

    ------------------------------
    Alnoor Cassim

    Free Agent Developer and Consultant
    CallForHelp.biz
    Email: alnoor@callforhelp.biz
    Orange County, CA
    ------------------------------