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

Object disappear once selection is made

Hi,

How do I get an object to disappear once any selection is made?

Thank yoou!

Rebecca

1 Solution

Accepted Solutions
julian_rodriguez
Partner - Specialist
Partner - Specialist

Hello Rebecca...

Any selection, you said?

Go to the Objets Properties -> Layout Tab -> Show:

And ues this expression: Len(GetCurrentSelections()) = 0

View solution in original post

3 Replies
Gysbert_Wassenaar

On the Layout tab add an expression under the Conditional option: =not getselectedcount(MyField). As soon as you make a selection in MyField the expression will return false and hide the object.


talk is cheap, supply exceeds demand
Not applicable
Author

Thank you!

julian_rodriguez
Partner - Specialist
Partner - Specialist

Hello Rebecca...

Any selection, you said?

Go to the Objets Properties -> Layout Tab -> Show:

And ues this expression: Len(GetCurrentSelections()) = 0