Hi Dojo,
I have a Control zone from were I display a Lock Shape.
The Locked/Unlocked Shape(Green/Red figure) is linked to a Show Data Shape Field and
this is controlled by the buttons Lock or UnLock were I am using the SetVar Fields.
When I open up the page for the first time since none of the buttons is by default pressed the Lock Icon is not being showed.
Is there a way to add an option that one of the buttons to have a default selection Option ?
Thank you.
You can initialize the value of a session variable when opening a page of a visio. That's shape data 'InitVar' on page level. In your case your 'varLockTransfer' session variable could be initialized to 'locked' or 'unlocked' e.g.
Awesome! My pleasure! 🙂
Thank you Jochen,
Fixed the problem by adding to the Page InitVar Shape Data Filed the varLockTransfer:Lock
Daniel.