I have a simple report that contains 1 group. I need to suppress the group header the 1st time it prints on each page. Any thoughts on how I could accomplish this?
You could try: 1) In the OnStartPage event set the header visible to false 2) In the detail band AfterPrint (or the group footer after print) set the visiblity of the header to true.
Comments
1) In the OnStartPage event set the header visible to false
2) In the detail band AfterPrint (or the group footer after print) set
the visiblity of the header to true.
--
Ed Dressel
Team DM
On Wed, 11 Jun 2003 07:30:17 -0700, "Ed Dressel [Team DM]"