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

Report designer

edited November 2004 in End User
if i have a form to let user to see all the format that
they've added for the same report.

How to write the event for the
- modify report button
- delete report button
- new report button
- import report button
- export report button
that will call out the report designer to modify the particular report?

And when saving the report designer format, how to let user key in the
report name and description?

Thank you.

Comments

  • edited November 2004

    Sorry I do not understand the question. Perhaps this will help...

    -------------------------------------------------------
    Tech Tip: Controlling Designer New, Save, Open actions
    -------------------------------------------------------

    There are several options for controlling the actions
    that occur when a user opens, saves, or creates a new report.

    1. Use Report.Template events: OnLoadStart, OnLoadEnd,
    OnSaveStart, OnSaveEnd and OnNew.

    These events are frequently used to add additional functionality - such as
    saving and reading additional meta data when a report loads. They are also
    used for performing initializations when a report loads or a new report is
    created.


    2. Use the TppDesigner.OnOpenDoc and OnSaveDoc.

    If you code event-handlers for these events, then the ReportDesigner will
    rely on your event-handler code to load and save reports rather than its own
    internal logic.

    3. Use the TppDesigner.Menu property to access the menu items and attach you
    own event-handlers.



    --
    Tech Support mailto:support@digital-metaphors.com
    Digital Metaphors http://www.digital-metaphors.com

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



    Best regards,

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