![]() |
Sergey Kornilov admin 8/7/2013 |
The proper way to work with default values is as follows:
$sql = "SELECT id, violation FROM options_event WHERE visible = 1"; |
S
|
Stucco author 8/8/2013 |
Hi, |
![]() |
Sergey Kornilov admin 8/8/2013 |
I see, this doesn't have anything to do with "default value". |
S
|
Stucco author 8/26/2013 |
Hi, I have tried reconfiguring it to use autofill (did not know about this feature!), but it is failing when trying to write to a checkbox. The value for the checkbox is 0 or 1, and is set by another checkbox elsewhere in the system. I replace the checkbox with a text box and it works well. |