How to detach all events in raport
DELPHI 7 REPORTBUILDER PROFESSIONAL EDITION 7.02
I want to do application which will be:
1 load all rtm files from catalogue
2 get all TLppLabel's captions in every report
3. translate all captions into another languages
Problem is that some TLppLabel, subreport have attached events so i have
errors.
MACIEJ MAJEWSKI
I want to do application which will be:
1 load all rtm files from catalogue
2 get all TLppLabel's captions in every report
3. translate all captions into another languages
Problem is that some TLppLabel, subreport have attached events so i have
errors.
MACIEJ MAJEWSKI
This discussion has been closed.
Comments
For Internationalization of Report content such as Labels, check out
Sisulizer - they contacted us within the last year and did some work on
supporting RB.
http://www.sisulizer.com/software-localization-news.shtml#reports
Another one is Multizer, I think they support ReportBuilder templates, but I
would ask
http://www.multilizer.com/
In general you cannot detach event-handlers - that will break the report. Do
not use the TppReport to load the reports, instead load them outside of RB.
Here are a couple of examples.
This example shows how to load reports stored to the ReportExplorer database
tables and convert them to ascii text.
http://www.digital-metaphors.com/tips/EditTemplatesAsText.zip
This example shows how to convert an .rtm file to asii text
http://www.digital-metaphors.com/tips/ConvertBinaryTemplateToASCII.zip
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com