Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have a textbox, it should display minimized at report startup.
The textbox comes with a layout display condition which is always true at startup. I still want the textbox minimized at startup, but it doesn't due to the layout condition.
Any help?
thx - Marcel
Hi
I just re-minimize the object with a page enter action trigger.
Regards - Marcel
Hi Marcel,
What's in the layout Condition ?
Andy
The condition is
= IF(WILDMATCH(UPPER(OSUser()),'*$(vtheLoggedInUser)') > 0,1,0)
Marcel
Hi
I just re-minimize the object with a page enter action trigger.
Regards - Marcel