Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I would like to create a text object that hides when a user makes a selection in a list box. How do I do this?
Thanks
Greg
Sure, use a hide/show condition like this:
=GetSelectedCount(FieldName) = 0
UPDATE: As long as your don't select anything in FieldName, the text box will show. Once a selection is made, the text box will go away.
Sure, use a hide/show condition like this:
=GetSelectedCount(FieldName) = 0
UPDATE: As long as your don't select anything in FieldName, the text box will show. Once a selection is made, the text box will go away.
Is there a hide/show condition in a text box?
There is, if you go to the layout tab of the text box object's properties.
Thanks very much. Don't know how I missed that.
Yes, You can do it!.
In "properties" of the object, in tab "Design" you have to write the expression to show or hide the object. If the object is shown when you choose a value on a list job, then you have to write somethin similar to this: