Enable/disable fields

I have created a subform which contians a couple of controls like checkbox and dropdowns. Am adding this subform to memo/reply forms.

Based on the checkbox selection all the other controls should be

disabled/enabled. Also when i open the form, by default checkbox should be checked resulting in disabling of the other fields

Regards,

Lokesh

Subject: RE: enable/disable fields

Fields have an “input enabled” formula that you can use to control whether they can be modified. However, I’m not sure which Notes version this was introduced in, and it doesn’t work for every type of field. If it’s there in 6.5, it should work for radio button and combobox fields, and “OS Style” text fields.

Otherwise, you can use hide formulas to hide the editable fields, and have a Computed for display field that redisplays their values, and has a hide formula that makes it display when the other fields are hidden. Use the “Refresh fields on keyword change” option on the field that controls whether the other fields are editable.