April15Hater
Accountant
- Local time
- Today, 16:01
- Joined
- Sep 12, 2008
- Messages
- 349
Hi-
I have an unbound checkbox and I need it to display only false if it is unchecked. Sometimes I will get "Null" and sometimes I will get "false" depending on whether it was never clicked (null) or whether it was clicked twice leaving it in the unchecked state (False). I want it to be false under both of these conditions. Is there some property that can be changed so that the checkboxes's values can only be bivalent?
Your help is always appreciated.
Thanks,
Joe
I have an unbound checkbox and I need it to display only false if it is unchecked. Sometimes I will get "Null" and sometimes I will get "false" depending on whether it was never clicked (null) or whether it was clicked twice leaving it in the unchecked state (False). I want it to be false under both of these conditions. Is there some property that can be changed so that the checkboxes's values can only be bivalent?
Your help is always appreciated.
Thanks,
Joe