RB7.03 D7 load Templates from DB and save them to disk
Hello,
I'm using RB7.03 and D7.
I'm about to move to RB10.09 which has some impact.
I used RBAddon components which are no longer supported and I used the
SimpleGrid component which is also no longer supportet.
I have a Enduser Reporting solution with more than 500 templates stored in a
database and I have to check every templates if it uses the SimpleGrid or
RBAddon components.
To do this, I want to load each report from the database into a TppReport to
save the template to a ascii file on disk programmatically.
Then I can check the ascii file for some keywords.
What is the best way to do this?
Regards
Wolfgang Bierl
I'm using RB7.03 and D7.
I'm about to move to RB10.09 which has some impact.
I used RBAddon components which are no longer supported and I used the
SimpleGrid component which is also no longer supportet.
I have a Enduser Reporting solution with more than 500 templates stored in a
database and I have to check every templates if it uses the SimpleGrid or
RBAddon components.
To do this, I want to load each report from the database into a TppReport to
save the template to a ascii file on disk programmatically.
Then I can check the ascii file for some keywords.
What is the best way to do this?
Regards
Wolfgang Bierl
This discussion has been closed.
Comments
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
--
Wolfgang Bierl