Yes, the option group is bound to a field in my table. If they select 'yes' then it puts a -1 in the table. If they select 'no' it then puts a 0 in the table.
The field in the table does not have a default value. But the option group itself has a default value of null so that neither one of the radio buttons is selected. This forces the user to select one of the two buttons (the field is required).
I don't know anything about the Triple State property. Can you explain it a little? I just want the user to be forced to answer either 'yes' or 'no'. A normal checkbox left un-checked is a 'no' but if they didn't actually select 'no' that could imply they just forgot to answer the question. So I want to force the user to actually pick 'yes' or 'no'. Is that something the Triple State will do?
Main Topics
Browse All Topics





by: ragoranPosted on 2007-10-23 at 09:40:48ID: 20132364
Is the opetion group bound to a column ? Does this column has a default value ?
Do the Option Group has a default value ?
Have you try to use a check box with its Triple State property set to Yes (it can then be checked, unchecked or greyed out (null)