Shaded Check Boxes

G

Guest

I have a series of bound check boxes on a form. When you first view the form,
all of the check boxes are shaded. When you click the checkbox, of course it
places a check in it. When you uncheck a box, that box becomes white. Then I
have 1 white check box and the others are still shaded. Is the shade in the
checkbox supposed to show me that its a virgin checkbox? I just want to make
sure that its nothing that im doing incorrectly. Any help is appreciated,
Thank You
 
G

Guest

No its fine. The shading indicates null (no value). When you check a text box
it has a value of -1. When you uncheck it will have a value of 0.

HTH

Rico
 
B

BruceM

You could set the check box's default value to 0. I think that will get rid
of the gray.
 
G

Guest

Hi. I am seeing the same thing as Matt last reported. I set the default value
to 0, but still the box is shaded. Is there another setting that needs to be
implemented?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top