View Full Version : make a textbox not VISIBLE


dr223
06-24-2010, 06:03 AM
Hi,
I have a text box (txtEventdate), under this textbox there are dates populated.

So on run time the report might look like,
Event Date
12/12/2009
11/01/2010

Now, I want when there are no event dates the text box which contains the text (Event Date) to be not visible i.e., the user can't see it, unless dates are displayed is when it should appear..

Any help please
Thanks

oumahexi
06-25-2010, 12:43 AM
Have you tried making the txt box a parameter field? That way you can suppress the parameter if the event dates are null.