Print Report with PrintReport
Hi
I want to print on "Print Report" a report. The dialog will also appear, but nothing is printed.
How can i Printing a Report abaut frx.PrintReport?
Do you have any example script for that?
Thanks a lot.
Ren?©
I want to print on "Print Report" a report. The dialog will also appear, but nothing is printed.
    Set frx = CreateObject("FastReport.TfrxReport")
    frx.LoadReportFromFile (cSettings.ReportsPath & TempFile)
    frx.PrintReport
    frx = Nothing
How can i Printing a Report abaut frx.PrintReport?
Do you have any example script for that?
Thanks a lot.
Ren?©
Comments
Thank you for your replay.
It works now.
Best regards from Switzerland.
Ren?©