FastReport 的初学感悟
frxReport1.LoadFromFile(ExtractFilePath(ParamStr(0)) + 'ArchCatalog.fr3');
frxReport1.Variables['ArchInfo']:= '''' + '档案号:' + ArchNo + '''';
frxReport1.PrepareReport;
frxReport1.ShowPreparedReport;
frxReport1.Variables['ArchInfo']:= '''' + '档案号:' + ArchNo + '''';
frxReport1.PrepareReport;
frxReport1.ShowPreparedReport;