PatrickB
PatrickB
About
- Username
- PatrickB
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Hi, someone else can help me to set page margins in preview? Thanks, Patrick
-
gpi wrote: » Sorry, try TfrxReport.OnBeginDoc procedure TForm1.frxReport1BeginDoc(Sender: TObject); var page: TfrxReportPage; begin     Page:=TfrxReportPage(frxReport1.FindObject('Page1'));     Page.LeftMargin:=20;     Page.RightMar…
-
gpi wrote: » TfrxReport.OnPrintPage calls when TfrxReport is printed Try to use TfrxReport.OnBeforePrint event but in TfrxReport.OnBeforePrint i can't set margins for page! OnPrintPage is the only way i know to set margins... Maybe y…
-
Hi, any idea for this problem? Thanks, Patrick