都是老问题了,正好没分了,赚点分
1、xTmpName是在fr的script里给memo赋值,在pas程序里要通过TfrReport.FindObject
调用memo
例:
var
t: TfrMemoView;
begin
t := TfrMemoView(frReport1.FindObject('Memo1'));
if t <> nil then
t.Memo.Text := 'FastReport';
end;
2、如是delphi5一定要用QRPORT3.06,高版本的3.07,3.08都不能中文自动换行