tektipdjango
IS-IT--Management
- Jan 28, 2004
- 188
CR9:
You have a lot of formatting ways in CR via the format formulas, but if you want to change afterwards your "Bold" to "Italic" (for instance) you have to go through all the places in the report.
One way is to make a formula and put it (hidden) in the report header to initialize variables :
numbervar titleFontStyle:=crBold;
then in the titles you put a FontStyle formula like:
numbervar titleFontStyle;
titleFontStyle;
That's all.
If you want to change all your titles from Bold to Italic you have just to modify your init formula!
You may have varibles for color ...
Also different varibles for header titles, page titles...
You have a lot of formatting ways in CR via the format formulas, but if you want to change afterwards your "Bold" to "Italic" (for instance) you have to go through all the places in the report.
One way is to make a formula and put it (hidden) in the report header to initialize variables :
numbervar titleFontStyle:=crBold;
then in the titles you put a FontStyle formula like:
numbervar titleFontStyle;
titleFontStyle;
That's all.
If you want to change all your titles from Bold to Italic you have just to modify your init formula!
You may have varibles for color ...
Also different varibles for header titles, page titles...