One tipp is, to select one label of your report. If you insert a new label, the fonts and other properties are "cloned" for the new inserted label. This works only, i a label already exists on the form.
This is hard coded in ppDsgner.pas. You will have to change the source and rebuild your app using RBuilder\Source instead of RBuilder\Lib to change the default font. See FDesignFont in this unit.
If you want to change current fonts in a report, then check out the report object loop article in the Tech-Tips newsgroup in the Code Based thread.
Comments
the fonts and other properties are "cloned" for the new inserted label.
This works only, i a label already exists on the form.
chris
rebuild your app using RBuilder\Source instead of RBuilder\Lib to change the
default font. See FDesignFont in this unit.
If you want to change current fonts in a report, then check out the report
object loop article in the Tech-Tips newsgroup in the Code Based thread.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com