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

any stand alone tools for editing .rtm files?

edited February 2005 in General
as title


thanks,
viv

Comments

  • edited February 2005
    Hi Viv,

    Notepad :).

    It is possible to easily create a end-user report designer using the
    Professional or Enterprise editions of ReportBuilder. This can be done by
    placing a TppReport, TppDesigner, and a button on a form. Then assigning
    the report object to the designer's Report property and calling
    TppDesigner.ShowModal in the Button's OnClick event.

    Take a look at the end-user demos located in the \RBuilder\Demos\3.
    EndUser\... directory for some examples.

    --
    Regards,

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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited March 2005
    thanks, it worked.
    but then how can i make it not load the EventHandlers e.g. BeforePrints ?

    thanks,
    viv


  • edited March 2005
    Hi Viv,

    When you save a template to file or database, all the event references are
    saved with it. If the events do not exist when you load the template into
    the designer, you will receive an error letting you know that the reference
    is missing. If you would not like to see these errors, load the template
    and select to ignore all, then re-save the template.

    --
    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.