error when export a excel files
when I export the report as a excel file.
it always encounter error
it said "project xxx raised exception EOleException with message 'OLE error 800A03EC'".
what had happened
it always encounter error
it said "project xxx raised exception EOleException with message 'OLE error 800A03EC'".
what had happened
Comments
error only happen in excel expor,
Hope can be solved soon.
Adolfo
frxPrint1.PrepareReport;
frxPrint1.Export(frxTXTExport);
that will bring up the export dialog (according to your setting) and do the job.
though an excel export is really slow for me.
I rather use a TXT export and then use a step import procedure in Excel. Much faster.
i am running the frdemo (demo from FastReport 3.14), i download the program today (06/15/05),.. i click the preview the simple list, after that i click export btn, and choice the excel (ole).. or (xml).. it will show error :
"project xxx raised exception EOleException with message 'OLE error 800A03EC'".
I am using window xp-sp1 and delphi 7 pacth 1 and win office xp (in about dialog microsoft excel say : Microsoft Execl 2002 (10.4302.4219) SP-2.
please help..
Jigu2x
Verify if that problem exists only when you do fast export, if you uncheck that option in the window, it works good...
help me..........................
Make sure your data isn't ambiguous. Then you'll be fine.
Thank you.
Regards
Crimson
______