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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hide controls on print

Status
Not open for further replies.

jmcard

Programmer
May 30, 2003
4
US
I need to hide some controls on a report based on where the report is ditributed. How do I hide the control at runtime based after I've prompted to show or hide.
 
Report$?ControlName{PROP:Hide} = True
or
Report$?ControlName{PROP:Disable} = True

should be set after the report has been opened and before the detail band containing the control is printed via a PRINT(..) statement
 
I tried that, HIDE does not work and DISABLE only prints it in a lighter shade. Thank you for the tip, though.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top