Manuel, The Property command for reports is available in 7.5, not 7.1. Dawn
-----Original Message----- From: Manuel de Aguiar [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 25, 2005 9:14 AM To: RBG7-L Mailing List Subject: [RBG7-L] - Re: Report's visible Property Hi Mike, I simply want to control if the object will print or not on the report at print time. The property is there but you cannot assign an object ID in reports thus it cannot be controlled via the PROPERTY command. Maybe my question should be: Does the PROPERTY command apply to reports? If the answer is NO then, I can live with it using variables with (IFEQ(....)) in the report. If the answer is YES then I rather use the object's visible property. THANK YOU FOR YOUR RESPONSE ...... Manuel -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of MikeB Sent: Tuesday, October 25, 2005 5:33 AM To: RBG7-L Mailing List Subject: [RBG7-L] - Re: Report's visible Property Remember, a control is still an object that is instantiated along with its' container. Setting a property on a report to VISIBLE='FALSE' doesn't mean that it will give up its' _Real_Estate_ on the report. You might want to think about that eventuality before hanging your hat on that functionality. Consider a Memo or RTF control with a page and a half of text. ----- Original Message ----- From: "Manuel de Aguiar" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[email protected]> Sent: Tuesday, October 25, 2005 7:05 AM Subject: [RBG7-L] - Report's visible Property > Hello Everyone, > Can a report's visible property be controled programaticaly? I would > like to set up an conditional statement where a label, DB Text, > variable label or any other object in a report be True or False for > the visible property. > We can do this in forms and it is clearly documented but I was not > able to find any documentatio for reports. If this is not available > with the current 7.5 version any suggestions on a workaround? > TIA, > Manuel de Aguiar > M|D Enteprises > Los Angeles, CA >
