Character sets
I am using RB 7.04 with Delphi 5.
I need to create labels on reports with russian and polish
characters, but have had no luck with that.
Creating a Delphi windows app, putting a TLabel on a form,
assigning Font.Charset to e.g. RUSSIAN_CHARSET works fine
when inputting russian characters..
I need the same functionality in my Reports.
Is that possible?
Thanks.
I need to create labels on reports with russian and polish
characters, but have had no luck with that.
Creating a Delphi windows app, putting a TLabel on a form,
assigning Font.Charset to e.g. RUSSIAN_CHARSET works fine
when inputting russian characters..
I need the same functionality in my Reports.
Is that possible?
Thanks.
This discussion has been closed.
Comments
The format toolbar displays the font for the Default_Charset.
One option is to use the object inspector. (RB 9 has a run-time object
inspector).
The other option would be to modify the TppFontList.CreateList method
located in ppUtils.pas.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com