Home Datapipelines

how to save and load the report template properly

edited September 2002 in Datapipelines
how to avoid the above problem ? i have interbase to store my report
template, i face the problem of not having every report template can be load
.
Firstly, i create the report template based on 'Employee' database and save
it to a folder then use another form to open that folder and save that
report template to the database. but it always fail to load the report
template ....

error message: cannot find engine configuration file always prompt to

procedure daGetBDEDatabaseNames(aList: TStrings);
begin
Session.GetAliasNames(aList);
end; {procedure, daGetBDEDatabaseNames}

how to save and load the report template properly , from a file folder which
store the report template to database ? ( without using the report
explorer )

Comments

  • edited September 2002
    If you get this message than the BDE has failed. Did you get qan AV's or
    other problems before getting this message? Restart Delphi and try
    rerunning the project. You could also try using IBX, DBExpress or IBO
    instead of the BDE to access the Interbase database. You will get much
    better reliability than the BDE can provide.


    Cheers,

    Jim Bennett
    Digital Metaphors

This discussion has been closed.