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

Conditional Bold text

edited April 2003 in General
Hello

i want some of my dbtext to be bold in the detail band depending on the
value or index of the record. How can i do this

Met vriendelijke groet, With kind regards,


Frank Beerens

Comments

  • edited April 2003
    > i want some of my dbtext to be bold in the detail band depending on the

    If you are doing form based reports (vs storing the report in a file or DB
    table) you can simply click on the label, press F11 in Delphi to bring up
    the Object Inspector and link into it's OnPrint event, and set its font
    based on your condition.

    If you are storing your report in a file or DB table, you would need to have
    RAP, and implement the same in the labels OnPrint event.

    Enjoy.

    Ed Dressel
    Team DM
This discussion has been closed.