Utzel
About
- Username
- Utzel
- Joined
- Visits
- 19
- Last Active
- Roles
- Member
- Last Name
- H.
- First Name
- U.
Comments
-
I am very impressed about the quick help from you. I did not receive this email, even after checking the spam folder. Unfortunately. Thanks alot and a nice Labor Day again! Utzel
-
I overwritten and registered the class locally and it works perfectly. implementation uses ppPreview; {$R *.dfm} type TmyPreviewPlugIn = class(TppPreview) protected procedure PrintStateChangeEvent(Sender: TObject); override;…
-
That's working. Thank you for your support!
-
I tried the following script based on a tip from this wiki and your tips: FPreview := TppPreviewPlugIn.CreatePreviewPlugin(Panel1); FPreview.StatusBarTbx := FStatusBar; FPreview.Viewer.Report := FReport; if FPreview.Viewer.Busy then …
-
Hi Nico, but we have the TppViewer(ppReport.PreviewForm.Viewer).ScreenDevice.PageImage with margin background, so it would be perfect when the ScreenDevice additional could have a property (e.g.) PageImageOrigin like the PageImage without the backg…
-
Thank you for the very quick answer! Could I call this from within printing, e.g. in background of showing the preview to the end-user? Otherwise I would have to run the report twice, once for my internal image and once for the regular preview. Th…