access violation in fr_class
This code produces an access violation in "fr_class"
frReport1.loadFromFile('untitled.frf');
frReport1.prepareReport;
frReport1.exportTo(frHTML2Export1,'c:\test.htm');
If I use .showReport its works perfectly.
I want to save an prepared report directly to disk without any window output. Is there another alternative or what can I do?
I am using
D7
FR250 CLX Trial
Thanks for your help!!!
Ulf
frReport1.loadFromFile('untitled.frf');
frReport1.prepareReport;
frReport1.exportTo(frHTML2Export1,'c:\test.htm');
If I use .showReport its works perfectly.
I want to save an prepared report directly to disk without any window output. Is there another alternative or what can I do?
I am using
D7
FR250 CLX Trial
Thanks for your help!!!
Ulf