I have a form with radio buttons, being displayed as a continuous form.
I want to be able to disable the radio buttons based on one of the values of the record.
I've tried tying the code to a couple different events, like onActivate, onOpen, onLoad, onCurrent, but they are all called only once, for the form as a whole, rather than for the individual records.
Is there a particular event I should tie this to, or is there a way for me to loop through the individual records?
I want to be able to disable the radio buttons based on one of the values of the record.
I've tried tying the code to a couple different events, like onActivate, onOpen, onLoad, onCurrent, but they are all called only once, for the form as a whole, rather than for the individual records.
Is there a particular event I should tie this to, or is there a way for me to loop through the individual records?