<< Is there a property command to turn the visiable off in a report?? >>
Place a region in the header or footer and place all the "optional" controls in the region. Give the region a component name. Make the header or footer dynamic height. In your code, if you want the header or footer to disappear, make the region invisible, or reduce it's height to 0. -- Larry

