Sorry about any confusion. I meant having the header only when it was needed for report introduction (it contains some identifying info) in printed format and after that not have it show up again until needed. Something like an internal note about the report, but for wider knowledge than myself when needed. Continued use will probably have it create a PDF and e-mail it or an Excel spreadsheet. Still have to figure out how to do that.
Having read all the list postings of R:Base capabilities I figured that I better find out before I assume because this software appears to be able to do anything. Even make coffee, if I could program the interface to the coffee machine. Will have to try out the provided solutions. Thank you! Hans From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Thursday, December 08, 2011 9:06 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Hide report header Dennis: Yes, I guess I didn't know whether he meant having objects in the RH and making them visible or invisible, or whether he meant just getting rid of the band altogether in the design mode... karen In a message dated 12/8/2011 8:38:38 AM Central Standard Time, [email protected] writes: Check the dynamic height on the report header. Then put a region in the report header. Put all your report header stuff in the region. Nothing outside of it. You can programmatically set the region VISIBLE property in the report before generate event. When the region is invisible the report header height should be zero.

