I have CR XI, Access 2000.
We want to pass the Font Name to Crystal Report as a parameter. That font should be applied to all the fields.
Is there a way in Crystal reports to dynamically change the font for the entire report ?
I do not want to write code for EACH individual fields on the report.
I know I can go and write code in x+2 -->
if {?Param} = Arial then
Arial
else
TimesNewRoman. (Ignore the syntax, i do not know the constant values for each font).
My requirement is to change the font for the entire report..boom
Any help will be appreciated
We want to pass the Font Name to Crystal Report as a parameter. That font should be applied to all the fields.
Is there a way in Crystal reports to dynamically change the font for the entire report ?
I do not want to write code for EACH individual fields on the report.
I know I can go and write code in x+2 -->
if {?Param} = Arial then
Arial
else
TimesNewRoman. (Ignore the syntax, i do not know the constant values for each font).
My requirement is to change the font for the entire report..boom
Any help will be appreciated