TfrxHeader by Pascal
Could someone please give me an example
how do work with a TfrxHeader by software.
_frxReportPage : TfrxReportPage; // *1
_frxReport : TfrxReport; // *2
_frxPageHeader : TfrxPageHeader; // *3
_frxHeader : TfrxHeader; // *4
MasterBand : TfrxMasterData; // *5
I Create all this objects in this order and that works, well.
But when I try to do this with a Header I got the
problem
Unconnected Header/Footer
Maybe some has an idea.
how do work with a TfrxHeader by software.
_frxReportPage : TfrxReportPage; // *1
_frxReport : TfrxReport; // *2
_frxPageHeader : TfrxPageHeader; // *3
_frxHeader : TfrxHeader; // *4
MasterBand : TfrxMasterData; // *5
I Create all this objects in this order and that works, well.
But when I try to do this with a Header I got the
problem
Unconnected Header/Footer
Maybe some has an idea.
Comments
or set designer freebandsplacement prop to true.
................
Memo1 := TfrxMemoView.Create(_frxHeader);
..............
MasterBand := TfrxMasterData.Create(_frxReportPage);
//MasterBand.Parent := _frxHeader;
...........
Memo2 := TfrxMemoView.Create(MasterBand);
_frxFooter := TfrxFooter.Create(_frxReportPage);
but I still got the message
unconnected Header/Footer Header1
You have to set the Top height properties correct
that is is