Enabled tab in the properties window
Posted: Thu Jun 04, 2015 12:37 am
Hi
I am trying to get the enabled to switch between true or false depending on if the textbox has anything in it. This is what I have come up with in the before print events box in the GroupHeaderAppliances butI cant get it to work. My report is in VB not C#
IIF(TextAppliance.Text="",GroupHeaderAppliances.Enabled= false,GroupHeaderAppliances.Enabled = true)
Thanks
I am trying to get the enabled to switch between true or false depending on if the textbox has anything in it. This is what I have come up with in the before print events box in the GroupHeaderAppliances butI cant get it to work. My report is in VB not C#
IIF(TextAppliance.Text="",GroupHeaderAppliances.Enabled= false,GroupHeaderAppliances.Enabled = true)
Thanks