Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Suppressing the header items

Former Member
0 Likes
351

Hi all

How to suppress header items in Medruck if there are no line items in second page.

Thanks

Manu

2 REPLIES 2
Read only

Former Member
0 Likes
331

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.

Read only

Former Member
0 Likes
331

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.