Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
DBCheckBox - how does it work?
rbuser
January 2006
edited January 2006
in
General
If a field is T or F, how to I tigger the DBTextbox?
At the moment its blank on the report for T and for F.
Thanks
Redmond
Comments
rbuser
January 2006
edited January 2006
Usually it's just a matter of attaching it to a boolean field in the
database record. It should then reflect the contents of that field.
You can, of course, change the format of the display.
JonD
nicocizik
January 2006
edited January 2006
Hi Redmond,
If you assign the BooleanFalse and BooleanTrue properties to match what
represents a True or False value in your database, the DBCheckBox should
work as expected.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Best Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
This discussion has been closed.
Comments
database record. It should then reflect the contents of that field.
You can, of course, change the format of the display.
JonD
If you assign the BooleanFalse and BooleanTrue properties to match what
represents a True or False value in your database, the DBCheckBox should
work as expected.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com