Conditional disabling on continuous form

rrh

New member
Local time
Today, 10:25
Joined
Nov 13, 2007
Messages
4
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?
 
Have you tried Conditional Formatting (Format/Conditional Formatting)?
 
When I have a radio button selected, then Conditional Formatting is greyed out.
 

Users who are viewing this thread

Back
Top Bottom