‎2008 Dec 30 12:03 PM
Hi all
How to suppress header items in Medruck if there are no line items in second page.
Thanks
Manu
‎2008 Dec 30 12:15 PM
Hi,
Did you tried the suprpress condition for the page header section like OnLastRecord
if it not works..try below.
Try creating a manual running total for the detail section and in the page header suppress condition place the condition as
whileprintingrecords;
if @Manual = Max(RecordNumber) then true.
hence this will suppress the page header which is following the completion the details printed in the report.
‎2008 Dec 30 12:17 PM
If you have only line item data in Main window then it should not even go to the next page if line item data finishes on page 1.
Cross verify why the control is flowing to second page.