Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a massive text box covering up the data in a tab. When users click on accept on the text box the text box vanishes and the data can be seen. How do I activate the text box when the user gets back to the tab?. I know something needs to be done in sheet properties but cant figure it out.
Regards,
Koushik.
The text box probably uses a variable to show/hide it. You can use the OnActivate trigger of the sheet to add an action that sets the variable to a value that makes the text box visible again. See the Triggers tab of the sheet properties screen.
The text box probably uses a variable to show/hide it. You can use the OnActivate trigger of the sheet to add an action that sets the variable to a value that makes the text box visible again. See the Triggers tab of the sheet properties screen.
Got it!! Thanks.