How to grey out a checkbox (disable input) in Lotus Notes (Version 8.5.2FP4)

585 views Asked by At

What is the way to grey out a Lotus Notes checkbox? I use the Input Enabled calculation, but it disappears when the Value is @TRUE. I just want the input disabled.

2

There are 2 answers

1
Karl-Henry Martinsson On

Create a second checkbox, set it to the type "Computed for Display". Then you use a hide-when formula to display the computed one and hide the editable one based on your criteria.

0
nempoBu4 On

The values of CheckBox must be a text values. @True is wrong value for CheckBox. So, if your CheckBox field contains right values, then you can use Input Enabled calculation.
For example, if your CheckBox have this choices:

Choices

then if the value of CheckBox is "Value0":"Value2" and Input Enabled calculation is evaluates to @False then you receive this result:

Result