Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Indicate Group Header is repeated

Status
Not open for further replies.

BlindPete

Programmer
Jul 5, 2000
711
US
Hello,
I have set a group header to repeat if the details span pages. It works great, but I'd like to add "Continued" to the header if it spans to another page.

Is there a property that will tell me that the group header is repeated?

-Pete
 
Gee!
No sooner had I posted then I found ther answer in the documentation

Code:
if InRepeatedGroupHeader then
    formula = "Continued"
else
    formula = ""
end if

-Pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top