ZenForAll
ZenForAll
About
- Username
- ZenForAll
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Thank's Mike I will open a Case . The FR Support is very helpful.
-
Mike thank you So 'Mick.pl' is that a bug in FS?
-
I got it by myself, all what I had to do. Just create a Report Page for every new Datafield.
-
What I did wrong ! You have to set the Top height properties correct that is is
-
_frxHeader := TfrxHeader.Create(_frxReportPage); ................ Memo1 := TfrxMemoView.Create(_frxHeader); .............. MasterBand := TfrxMasterData.Create(_frxReportPage); //MasterBand.Parent := _frxHeader; …
-
frxReport.PrepareReport(); j := frxReport.PreviewPages.Count div 2; page := TfrxReportPage.Create(nil); for i := 0 to j - 2 do begin page.AssignAll(frxReport.PreviewPages.Page[j + i]); frxReport.PreviewPages.AddEmptyPage(i * 2 + 1); frxReport…