Quote:
> The print button on the viewer pulss up a print dialog but does not allow
> the user to select a printer. It prints to the default printer only.
> What's up with that? Can I change the behavior somewhere.
Hi Delvin,
the CRViewer raises a PrintButtonClicked-Event (with reference parameter
USEDEFAULT). To print your report to another printer than the default
printer, you can try this in the Event:
- Set parameter USEDEFAULT to FALSE
- Call PrinterSetup method (report object)
- Call PrintOut method (report object)
Hope this helps.
Michael Nolte
S&F Datentechnik GmbH & Co. KG