User Function again ...
I am writing simple script code
in CODE TAB in the report designer
uses 'esbdates.pas';
begin
end.
After that I run the report and I have error 'BEGIN' expected
How to fix the problem because I need some user function to use
in my report?
in CODE TAB in the report designer
uses 'esbdates.pas';
begin
end.
After that I run the report and I have error 'BEGIN' expected
How to fix the problem because I need some user function to use
in my report?
Comments
just add this to your delphi form or app providing you have written it as
shown in fs script manual, not on the reports code page.