Sage MAS 90 and 200 Sage MAS 500 blogs Product Feedback Support Training
Reply
Super Contributor
Posts: 1,462
Registered: 11-03-2008
0

Custom form

I know this has been discussed 47,001 times on the forums.

 

However, I have a custom p/o form that prints terms and conditions on the last page.

 

I have the terms and conditions in the report footer.

 

Everything prints great, except I can't figure out a way to suppress page footer b (section that contains the order totals) on the last page (T&C page).

 

MAS 200 4.4

 

Thanks for any advice.

Super Contributor
rmikolainis
Posts: 1,252
Registered: 10-29-2008
0

Re: Custom form

Isn't there an "ONLASTPAGE" function you can use to surpress that section?

Sage MAS Partner
givingtr
Posts: 348
Registered: 11-14-2008
0

Re: Custom form

[ Edited ]

Try putting the text in a group or page footer and suppressing if Next ({PO_PurchaseOrderWrk.PurchaseOrderNo}) = {PO_PurchaseOrderWrk.PurchaseOrderNo}.   

Mark Kotyla
Giving Tree Consulting, LLC
(860) 313-0720
Super Contributor
Posts: 1,462
Registered: 11-03-2008
0

Re: Custom form

I ended up putting the t&c in the report header.

 

The t&c print on the first page, but it works much easier than printing the text at the end.

 

Thanks everyone for your input.