i have a simple value list with the items:
Yes|1
No|0
i have two fields on the form, both defined as boolean (mysql backend),
both tied to this value list, both set to display as radio buttons.
when i create a new record, one of the fields always has the “no” button
hilited. the other has neither radio button hilited, which is what we want.
i’ve double checked, and both fields are set to null when a new record
is created.
why would one of the fields have it’s “no” radio button turned on when
the dataprovider is null, but the other field has neither radio button on?