ShowReport window coordinates
I am using Delphi 10.4 and FR 6.7. How is it possible to show the report preview xxx.ShowReport() assigning coordinates (left, Top, Width, Height) ?
Thanks for your availability.
I am using Delphi 10.4 and FR 6.7. How is it possible to show the report preview xxx.ShowReport() assigning coordinates (left, Top, Width, Height) ?
Thanks for your availability.
Comments
G'day,
Have you tried using the TfrxReport.OnPreview Event? We use this to standardise things like PreviewOptions, BorderIcons and PreviewForm.Icon.
You should have access to the settings you need through PreviewForm.
Cheers, Paul
Thank you very much. I think this is what i was needing. Thanks again.