Firebird Checkbox

edited 1:32PM 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 1:32PM
    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 1:32PM
    Thank you Ulrich.

    I'll try the same.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.