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

Template - Blob Field

edited March 2005 in General
Can I save my Report in a blob field of my database and load it so as a
template file .rtm ?

Thank You

Comments

  • edited March 2005
    Hi Vincenzo,

    Yes :). You will notice in the TppReport.Template object, there is a
    DataBaseSettings property. Inside here you can define what you would like
    your template to be saved under and which fields will define the name and
    actual blob object. The Name and Template fields are required in order to
    use this feature. Then if you set the TppTemplate.SaveTo property to
    stDatabase, when the user saves a report, it will automatically be saved as
    a blob to your database.

    This can also be done manually using the TppTemplate.SaveToDatabase
    procedure.

    You may also want to check out the ReportExplorer demos located in the
    \RBuilder\Demos\3. EndUser\1. Report Explorer\... directory for another
    option.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.