DBCHECKBOX values

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #36252
    mierlp
    Participant

    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

    #52246
    Support
    Keymaster

    Hello! The NullValue property will be added in the nearest release for resolving of this issue.

    #52355
    mierlp
    Participant

    solved 🙄

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.