G
Guest
I'm running into the following problem. I have a report where I want certain textboxes and lables to appear on all pages except for the group summary pages and report summary. I usually accomplish this with code liek the follow If Page=Pages then text1.viible=Fals
else text1.visible=true.
Can I accomplish something similar for the Group totals page as defined by forcing a new page prior to the group footer and als for the repor footer page..
else text1.visible=true.
Can I accomplish something similar for the Group totals page as defined by forcing a new page prior to the group footer and als for the repor footer page..