B
Brian Smith
I have a report with a nested group headers. In the highest group header I
have set the repeat section property to yes. I want the report to say
"(continued)" on pages where the group header has been repeated. I have
tried using the following if statement:
=IIf( Section(5).HasContinued = -1,"(Continued)","False")
False always appears on every page no matter whether or not the group header
continues onto the next page. However, no matter what I do I can't get the
has continued property to be true.
Please help me. Thank you in advance.
Brian
have set the repeat section property to yes. I want the report to say
"(continued)" on pages where the group header has been repeated. I have
tried using the following if statement:
=IIf( Section(5).HasContinued = -1,"(Continued)","False")
False always appears on every page no matter whether or not the group header
continues onto the next page. However, no matter what I do I can't get the
has continued property to be true.
Please help me. Thank you in advance.
Brian