Hi.
I am using the .Print method of the TPlanner which using the Windows default printer to print.
Is there a possibility to select the printer used by the print function?
I am using version 2.5.13.0 of the TPlanner component.
Drop a standard VCL TPrintDialog on the form and use the code:
if PrintDialog.Execute then Planner.Print;