Wayne B
Wayne B
About
- Username
- Wayne B
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
After much trial and error I ended up printing the form with the designer in a Delphi project. I load the report, give the printer a title, get rid of the inspector and guide and the print. CloseDesigner; if DMOptions.LoadFRXReport(DMOptions.…
-
The answer is.... After the report is reloaded you issue this command LetterDM.frxPROLetter.Designer.ReloadReport;
-
frxPROLetter.Report.PrintOptions.PrnOutFileName := 'Something' This is what was causing the problem. When I assign this variable the reports spools then is deleted off the spool. My reports are also loaded from a stream in a database.