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