Hi
In our Description-Fields of Objects, we have some formating like Bold-Text.
I use the OutputLnF-Function to report these attributes. The function requires a StyleSheetName, build like this:
p_Output.DefineF(getString("TEXT_STYLE_DEFAULT"), getString("TEXT_FONT_DEFAULT"), 10, CC_BLACK, CC_TRANSPAR, Constants.FMT_LEFT| Constants.FMT_VCENTER, 1, 0, 0, 0, 0, 1);
But then, the report will not show any bold text.
How can this be solved?
Regards,
Dominik