CodePudding user response:
First you need to record the number of print,With a modified variable method to modify data report,
Self. FrxReport1. LoadFromFile (' schedule of reports/statistics. Fr3);
TfrxMemoView (frxReport1 FindObject (' Memo13 ')). The Memo. Text:=self. Edit1. Text;//Memo13 for print number, modify the value for you,
Self. FrxReport1. ShowReport;
CodePudding user response:
Can you say specific point ah, I am a novice, just learning fastreport. Specific operation steps is what ah? Thank you ~ ~ ~