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

Save To File- Report Designer

edited March 2002 in General
Shouldn't the Save To File option default to the name of the report
displayed in the explorer?

Comments

  • edited March 2002
    The template name isn't set when the template is loaded from the database.
    As an alternative, open up one of the end user examples and try the
    following code:

    {---------------------------------------------------------------------------
    ---}
    { TmyEndUserSolution.LoadEndEvent }

    procedure TmyEndUserSolution.LoadEndEvent(Sender: TObject);
    begin

    ppReport1.Template.FileName := ppReport1.Name;

    end; {procedure, LoadEndEvent}


    Cheers,

    Jim Bennett
    Digital Metaphors

This discussion has been closed.