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.
How to grey out a checkbox (disable input) in Lotus Notes (Version 8.5.2FP4)
575 views Asked by Spurious At
2
There are 2 answers
0
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:
then if the value of CheckBox
is "Value0":"Value2"
and Input Enabled
calculation is evaluates to @False
then you receive this result:
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.