我在自己的程序中加入了trans,trans1两个函数。
在生成fastreport所在的窗口时这样加入。这样在进行报表设计时,这两个函数会出现供调用。
procedure Tbq_print_newForm.FormCreate(Sender:TObject);
begin
frxReport1.AddFunction('function TRans1(s: single):string');
frxReport1.AddFunction('function TRans(s: single):string');
end;