How to use User define function?
I add:
uses 'd:\delphi\project\MyFunction';
at the top of FR script but error "BEGIN" expected.
FROM FR User Manual:
Some posting on this forum refer to fr newgroup but unfortunately I can not access the newsgroup. Nothing futher explatnation to in FR docs.
uses 'd:\delphi\project\MyFunction';
at the top of FR script but error "BEGIN" expected.
FROM FR User Manual:
Structure of a script
Script???s structure depends on the language you use; however there are some
common elements. They are the script???s title, body, and the main procedure, which will be executed when the report runs. Below there are examples of the scripts for all four supported languages:
PascalScript???s structure:
#language PascalScript // optional
program MyProgram; // optional
// the ???uses??? chapter should be located before any other chapter
uses 'unit1.pas', 'unit2.pas';
Some posting on this forum refer to fr newgroup but unfortunately I can not access the newsgroup. Nothing futher explatnation to in FR docs.
Comments