Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hiding Textboxes

Hello Guys,

          Have a look at the below pic. Those are textboxes and I am using them for navigation purpose.

     Untitled.jpg

Now, My problem is, for now, my client wants to hide 2-5 and Home, 1 Button should only be visible.

I have specified conditions in the conditional option under show tag. like this if(len(trim(getCurrentSelections()))>0,1,0).

    But this doesn't work. Can you give someother ideas to hide 2,3,4,5 only.

Thanks in advance.

RB

3 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

  I dont know this will solve your problem or not.

  But you can give a try.

  In property of Textbox. In general tab you can check the option "Hide excluded"

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

Hi , it looks like List box. List Box Properties Check hide excluded.  I hope it can solve your problems.

erichshiino
Partner - Master
Partner - Master

If they are actually text boxes, you will need to write the expression in all of them.

As I see it, you want to hide them only if there is no selection in the whole application.

You could  put this expression in another text box to see if it is actually what you want :

=getCurrentSelections()

Hope this helps,

Erich