Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I would like to show a text object explaining a few things and that would show up when opening the document.
As soon as any selection is made, it will hide (and not especially comme back when clearing selection)
I have tried with getselectedcount()=0 in the conditionnal show option but it doesnt work as I need to specify an object...
I have looked at Triggers 'OnAnySelect' but there is no hidding action...
Any idea or other way to implement this ....
Regards,
GetCurrentSelections()=0 dosen't work...
...but GetCurrentSelections()=NullCount does !
give a condition like this
on the object in layout give condition if getcurrent selections () = 0
GetCurrentSelections()=0 dosen't work...
...but GetCurrentSelections()=NullCount does !
okay try this
GetSelectedCount(field1
) and GetSelectedCount(field2) =0here fields are the all list boxes in the given sheet