Hi,
I was developing report to export values to excel. However when i compile the report I get this error:'Error 801 at line 0, column 0 internal error [60604].
What cud be the cause there's no syntax errror coz I've used this code before.
<code>
procedure U_1ButtonAction is
begin
RPT2XLS.run;
--null;
end;
</code>
I was developing report to export values to excel. However when i compile the report I get this error:'Error 801 at line 0, column 0 internal error [60604].
What cud be the cause there's no syntax errror coz I've used this code before.
<code>
procedure U_1ButtonAction is
begin
RPT2XLS.run;
--null;
end;
</code>