page header (letter head header) <br>
group header <br>
detail <br>
group footer (print grand total and terms and conditions) <br>
page footer A (print note) <br>
page footer B (print subtotal of specific page) <br>
page footer C (show page N of M) <br>
page footer C (letter head footer) <br>
<br>
当我的组页脚显示或打印或页面时
如何隐藏页面页脚B
当前我正在使用此
WhilePrintingRecords;
booleanVar ShowGroupFooter;
booleanVar ShowPageFooter;
if ShowGroupFooter:= yes then
OnLastRecord or PageNumber = TotalPageCount;