transheader with no Records

hi,

i am using a transheader to calculate the amount in the previous page. How can i hide this section when there are no records or entry under it.

Plz help and thx in advance

if I understand you well then try this:

Add this in TransHeader OnPreSection

CurrReport.SHOWOUTPUT(Amount <> 0)

how can i specify the number of records under a transheader section?

there will be only one line correct ??? the Total from the Previous page.

because TransHeader is designed to be printed only once when a new page is generated

under the transheader section in the next page there no records.

i have the following output on my report:

rec1

rec2

amt1 amt2 (transfooter) my amount r comming wrong

on the next page

amt1 amt2 (transheader) —> under this section there no records

Ok…so the issue is there is another page getting generated without any records, but with the TransHeader Section Only. Am I Corrent ?

i want to know the numbers of records under the transhedaer section the show or no the section