TFrxMemoView stretching -> streching all report.
Hi!
Sorry for my poor english, hope You can understand my problem...
I learn with FastReport 4.12.
I need to print sample invoice, with custom size.
Paper width = 8 cm.
On top of my Report i have a PageHeader band, and on this band i have many frxMemoView.
Because datas not fit in 2 frxMemoView, i set it's StretchMode to smActualHeight.
(And PageHeader Streched property to True!)
OK! This memos stretching higher memos, but the result -> Rest of Report is totally bad!
The rest of my report "stretching out"! see pictures...
Left side=StretchMode : smNoStretch.
Right side=StretchMode to smActualHeight.
How can i change dinamically frxMemoView height, that not harm other part of my report?
Sorry for my poor english, hope You can understand my problem...
I learn with FastReport 4.12.
I need to print sample invoice, with custom size.
Paper width = 8 cm.
On top of my Report i have a PageHeader band, and on this band i have many frxMemoView.
Because datas not fit in 2 frxMemoView, i set it's StretchMode to smActualHeight.
(And PageHeader Streched property to True!)
OK! This memos stretching higher memos, but the result -> Rest of Report is totally bad!
The rest of my report "stretching out"! see pictures...
Left side=StretchMode : smNoStretch.
Right side=StretchMode to smActualHeight.
How can i change dinamically frxMemoView height, that not harm other part of my report?
Comments
I setup all objects ShiftMode property to smWhenOverlapped and all work fine!