Print page footer only if details section on same page.

  • Thread starter Thread starter Bellsouth
  • Start date Start date
B

Bellsouth

Hi, my current report layout is as follows:
PageHeader (blank)
AddresseHeader
ProductHeader
Detail
PageFooter(Information)

I have about 100 [addressee] records and I want it to print as follows:

(AddressHeader section)
"Hi [Addresse]

"Thanks for your order of [product1 & product2 & product3 etc...] . Below is
a list of components for the listed products:"


[product1]
"details details details"

[product2]
"details details details"


(PageFooter)
Thanks again for your order

(now on to the next Addressee record)

--- Everything works fine, but I dont want the page footer to print at the
bottom if the details for the order continue on to the next page (some
products have alot of details). I only want the page footer after the last
detail section for each (AddressHeader) record.
Im sure i could use the me.PageFooterSection.Visible = True or false but not
sure how to tell it when I am about to move to another record. Cant seem to
get it rite.. Any ideas?

Thanks,
Greg
 
Sorry for my stupidity.. I have been working on this project too long. I
just needed to view the group footer for [Addressee]. Turned it off a while
ago for some testing. Guess I need some sleep :-)

G
 
Back
Top