how to save and load the report template properly
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 )
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 )
This discussion has been closed.
Comments
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
http://www.digital-metaphors.com
info@digital-metaphors.com