Preventing individual Crystal Reports being locked to printers
Crystal Reports may store a specific printer within each report. This:
- is often not desirable
- can delay printing while the printer is being searched for.
To prevent a Crystal Report from being locked to a specific printer:
- Start Crystal Reports Developer.
- Open the report to configure.
- Select File > Page Setup from the main menu.
The Page Setup window is displayed. - Clear the No Printer field.
- Close the window.
- Select File > Summary Info from the main menu.
The Summary Info window is displayed. - In the Keywords field, type either:
• SetDefaultPrinter
• SetDefaultOrientationPrinter.
The report prints to the current Windows default printer.
Note: SetDefaultPrinter is preferred but will also reset page orientation. If the report is landscape orientation, use SetDefaultOrientationPrinter instead.