I've a table with a field that can contain a 0 and/or a 1.
When the value = 1, it's so called checked.
Can someone tell how I can show some kind of 'check' (in table view and in the add/edit form) when the value of the field contains a '1'?
Many thanks.
boolean value = 1 --> checked
Started by gmoors, 02 April 2012 - 17:07 PM
- Single Page
Posted 02 April 2012 - 17:07 PM
Posted 02 April 2012 - 20:43 PM
Never mind, problem solved!!