Fast Report 4 : Page Footer Ok in PDF, Page Footer Not Ok in RTF
<!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto-->Hi,
Problem : Page Footer on next page in RTF.
I use Delphi 7.
in my project; Page Footer Ok in PDF but Page Footer Not Ok in RTF.
how can i solve this problem.
i send my project.
Problem : Page Footer on next page in RTF.
I use Delphi 7.
in my project; Page Footer Ok in PDF but Page Footer Not Ok in RTF.
how can i solve this problem.
i send my project.
SOLVED :
unit frxExportRTF;
const
  Xdivider = 15.05;
//Ydivider = 15;
  Ydivider = 14.5;    // update Ydivider to --> 14.5,  Page Footer Ok in RTF.
  Ydivider_last = 14.5;
  PageDivider = 15.02;
  MargDivider = 56.48;
  FONT_DIVIDER = 15;
  IMAGE_DIVIDER = 25.3;