Firebird Checkbox

edited 5:17PM in FastReport .NET
Hai, I learned from the Forum that in order to connect a checkbox with data in Fast Reports, I have to use the data type BIT.

I am using Firebird Database. Unfortunately in Firebird there is no such data type.

Please advice me a workaround.

Comments

  • edited 5:17PM
    Hello,

    it doesn't matter which data type the table column has. Just leave the [DataColumn] property of the Checkbox control empty and define in property [Expression] when the Checkbox should be checked.

    For example your column data type is Int16 : Checkbox property [Expression] looks like : [Table.ColumnName] == 1


    With best regards - Ulrich

    Hai, I learned from the Forum that in order to connect a checkbox with data in Fast Reports, I have to use the data type BIT.

    I am using Firebird Database. Unfortunately in Firebird there is no such data type.

    Please advice me a workaround.
  • edited 5:17PM
    Thank you Ulrich.

    I'll try the same.

Leave a Comment