Larry, I use two variable images, one an unchecked checkbox, and one a checked checkbox, and make the appropriate one visible.
Bill On Thu, May 15, 2008 at 1:10 PM, Lawrence Lustig <[EMAIL PROTECTED]> wrote: > 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 > >

