Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an Input Box which is linked to a variable, such that if I change the value in the input box, that value is assigned to the variable.
I want to have a default value(based on an expression) assigned to this variable everytime the document is opened but I am unable to figure this out?
Later the user can change the variable value from the Input Box, which anyways is working fine.
Thanks for the help,
Sagar
Hi,
Try using Document triggers
Document Properties -> Triggers -> On Open -> Add Action -> External -> Set Variable -> Give variable and Expression in corresponding text boxes.
Hope this helps you.
Regards,
Jagan.
Hi,
Try using Document triggers
Document Properties -> Triggers -> On Open -> Add Action -> External -> Set Variable -> Give variable and Expression in corresponding text boxes.
Hope this helps you.
Regards,
Jagan.
Variable has to be set in document properties.
Using the OnOpen trigger - the variable will get the assigned value when opening the document
Thank you Jagan and Erik. The solution works fine.
Regards
Sagar