Hi,
I use MySQL database and it contains a string field called : ShowAll
Default i set the value to : Ja (which can be read as True or Yes
On the form i use the dbcheckbox and set the following properties :
– AllowGrayed = false
– Checked = false
– ValueChecked = Ja (read as true or yes)
– ValueUncheked = Nee (read as false or no)
When adding a new record the value will be default 'Ja' (read as true or yes)
and the dbcheckbox must be set to checked (normal behavior like other components like Raize, TMS etc. i think,
but the dbcheckbox is set to grayed and not as checked
Is this normal behavior of the component or is there something i need to do extra ?
Regards Peter