Delphi .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280)
Exchange Links About this site Links to us 
New related comments Number of comments in the last 48 hoursAccess the current row/column of a TMemo 1 new comments
|
TMultiLang and TQuickReports preview
3 comments. Current rating: (1 votes). Leave comments and/ or rate it.
Question:
We have a project uses your TMultiLang component for European version.
Please let me know how to enable multi-language ability to TQuickReport
print preview button captions.
Your response would be greatly appreciated.
Answer:
The trick is to use a custom report preview form. That way you can place a TMultiLang component on the preview form.
Here is an example (take from QuSoft and only slightly modified):
quickreports_and_multilang.zip (550 kB)
Comments:
|