Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

Import .rtm into rb_item table

edited July 2006 in End User
I need to import a template file .rtm into end-user table rb_item.
Someone has idea?
Thanks.

Fernando L. Garetto
Desarrollo
FULFILL TECHNOLOGY S. A.
27 de Abril 424 3ro. A
X5000AEJ - C?RDOBA - RA
TE: 54 351 4283419
http://www.fulfill-tech.com

Comments

  • edited July 2006

    A couple of options:

    - Set TppDesigner.AllowSaveToFile to true, then run the Report Explorer
    application. Access the Report Designer and use the File | Load From File
    option to load the file. Then you can save it to database

    - If you want to programmtically load the .rtm's, use the
    Report.Template.FileName property and Report.Template.LoadFromFile to load
    the .rtm file. Then use TppReportExplorer.SaveReport method to save the
    report. Note that this method requires a report name and a folder id



    --
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com


    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.