Can I programmatically set the font type into 'BOLD' one?
I am using Report Version 6i and write the PL/SQL formula for a text formula column in the Data Model. And I am writing the Traditional Chinese characters, embedded with some English characters, as shown below:-
return '我們 are good';
Can I just bold the wording 'are good' using some functions, like TO_CHAR? Any PL/SQL function to control the bold face of the character? Please advice. Thanks.