Default Avatar

Thomas Zeimke

Thomas Zeimke

About

Username
Thomas Zeimke
Joined
Visits
0
Last Active
Roles
Members

Comments

  • This works for me. Thanks a lot for ehlping! procedure TDlg_Rechnung.frxReportVorschauPrintPage(Page: TfrxReportPage; CopyNo: Integer); var MyMemoView : TFrxMemoView; begin inherited; MyMemoView := TfrxMemoView(Page.FindObject('KopienMarkier…
  • gpi wrote: » You may change page's content depend of CopyName value in the TfrxReport.OnPrintPage event Thanks, but i can't find any example. Can you give me an example how can i do that?
  • gordk wrote: » this will depend upon wether or not you are printing from the preview window or handling from code without previewing. I'm printing from the preview window, but if it works ill do it without showing!
  • I've thought of me, but how can i do what i need?