Check box values

C

Chris Gambill

Is there a way to set the values of a check box to
something other than -1,0,True,False,yes, or no?
 
J

Jim Allensworth

Is there a way to set the values of a check box to
something other than -1,0,True,False,yes, or no?
You can set it to null (it will be greyed out)

- Jim
 
F

fredg

Chris said:
Is there a way to set the values of a check box to
something other than -1,0,True,False,yes, or no?

Chris,
Well, you left out On/Off.
No. A CheckBox value is either -1 or 0.

You can, however, display something else in place of the check mark or
it's 0 value blank.
Why not let us know what your trying to do.
 

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