|
@@ -206,7 +206,7 @@ begin
|
|
Memo.Layout.Top := 2;
|
|
Memo.Layout.Top := 2;
|
|
Memo.Layout.Width := 25;
|
|
Memo.Layout.Width := 25;
|
|
Memo.Layout.Height := 5;
|
|
Memo.Layout.Height := 5;
|
|
- Memo.Text := '[2 + RecNo - 6]';
|
|
|
|
|
|
+ Memo.Text := '[2 + RecNo('''') - 6]';
|
|
Memo.Options := [moHideZeros];
|
|
Memo.Options := [moHideZeros];
|
|
|
|
|
|
Memo := TFPReportMemo.Create(DataBand);
|
|
Memo := TFPReportMemo.Create(DataBand);
|
|
@@ -214,7 +214,7 @@ begin
|
|
Memo.Layout.Top := 2;
|
|
Memo.Layout.Top := 2;
|
|
Memo.Layout.Width := 25;
|
|
Memo.Layout.Width := 25;
|
|
Memo.Layout.Height := 5;
|
|
Memo.Layout.Height := 5;
|
|
- Memo.Text := 'RecNo = [RecNo].';
|
|
|
|
|
|
+ Memo.Text := 'RecNo = [RecNo('''')].';
|
|
|
|
|
|
PageFooter := TFPReportPageFooterBand.Create(p);
|
|
PageFooter := TFPReportPageFooterBand.Create(p);
|
|
PageFooter.Layout.Height := 20;
|
|
PageFooter.Layout.Height := 20;
|