Good morning everyone,
Im presently having issues seting the value of a radio button that resides on a master page.
The radio button (En & Fr) is GLOBAL and is copy/pasted on 3 master pages in total.
When i open the form, under initialize, i would like to set the 'Eng or Fr' value of that radio button based on some logic.
But whether im in JavaScript or formCalc, i cant seam to set it up at all, i always get error, unkown object.
Is this doable at all? Right now, i was able to make this work if i copy/paste the radio button object somewhere in my design area and then from the intialize state, i can set it no problem. But i would like to just be able to go straight to the master page object and set that then and there.
Thank you very much,
Patrick