I'm trying to use a check box control on a form to display the Y/N value of a lookup variable. The user can't change the value, only see it. I've tried setting the READONLY property of the checkbox to TRUE, but it seems to have no effect. Setting the ENABLED property to FALSE does disable the check box while displaying the value, but it's very hard to read the label.
Is there a trick to setting the READONLY property of variable check boxes? -- Larry

