Hello,
I am building a form, and I have a Hyperlink control. I need to set the mode of that control to Display Mode when that matches a few conditions on the form (e.g., Status != Open and {Self} != null, then change the control mode to Display; otherwise, set it to edit mode).
Can I achieve this type of functionality on the control directly, or will I need to use two different control and hide and show them based on opposite conditions?
Thank you,
Rahul