Problem:
I have a subreport in footer "a" and a large footer in footer "b". When the report exceeds one page, my page footer (where it says, "continued" does not show. I know that the reason for this is that I have a conditional suppress on the page footer section as follows:
OnLastRecord OR
({@Invoice Number}+{AR_21CrystalInvoiceHeader.InvoiceHeaderSeq})<>
(Next({@Invoice Number})+Next({AR_21CrystalInvoiceHeader.InvoiceHeaderSeq}))
The logic behind the above formula says "if the last record shows on the current page, then there is no need to say 'continued' since only the footer is on the second page". However, I need the logic to say, "if the end of the footer "b" is on the current page, then there is no need to say 'continued' since there cannot possibly be another page after the footer - it is the end of the report."
Hope this makes sense.
&ru
I have a subreport in footer "a" and a large footer in footer "b". When the report exceeds one page, my page footer (where it says, "continued" does not show. I know that the reason for this is that I have a conditional suppress on the page footer section as follows:
OnLastRecord OR
({@Invoice Number}+{AR_21CrystalInvoiceHeader.InvoiceHeaderSeq})<>
(Next({@Invoice Number})+Next({AR_21CrystalInvoiceHeader.InvoiceHeaderSeq}))
The logic behind the above formula says "if the last record shows on the current page, then there is no need to say 'continued' since only the footer is on the second page". However, I need the logic to say, "if the end of the footer "b" is on the current page, then there is no need to say 'continued' since there cannot possibly be another page after the footer - it is the end of the report."
Hope this makes sense.
&ru