Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

DBCheckBox - how does it work?

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

  • 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

  • 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.