I am thinking that this should be easy … maybe I am missing something here …
My backend database table uses Integer (values are null, 0 or 1) with a preferred front-end Form write of 0 or 1 for false/true from the Check box.
I would prefer to use a Check Box (and I have a number of these fields) that takes the state of unchecked to 0 or checked to 1. Valuelists (with a value of 0 or 1) seem to mess around with the Check Box GUI a little too much.
Easy enough to do in code on a DataChange event but I keep thinking there must be a more elegant way to do this without ending up with a whole bunch of form level methods.
Global Method with an Eval()?
Or, is there a way to do this in 3.5 (rc5) using the Conversion tab (Data Providers. Column level)? I don’t know how the Conversion tab works yet (can’t figure it out …).
Is there an easy way to do this?
Thanks
Michael