In Crystal Viewer:
Does anyone know how to create a command button that will allow you to select a different printer then the default printer, like a print setup button.
Currently I am using the MCDC with the following code in the printclick event
UseDefault = .F.
Thisform.Olecontrol1.CancelError = .T.
Thisform.Olecontrol1.ShowPrinter
But this is prompting to select then showing the crystal print window.
Does anyone know how to create a command button that will allow you to select a different printer then the default printer, like a print setup button.
Currently I am using the MCDC with the following code in the printclick event
UseDefault = .F.
Thisform.Olecontrol1.CancelError = .T.
Thisform.Olecontrol1.ShowPrinter
But this is prompting to select then showing the crystal print window.