I have Vb6 app that is using Crystal 9.0 when I send the report directly to print it does not work I get an error.Error( This field name is not known.)
Code below:
CrxReport.PrintOut False
However if I Preview the report then Print all works well. This happens on my client machine.
Code:
frmPreviewReport.Show vbModal, Me
ANy comments or questions or suggestions would be appreciated.
Code below:
CrxReport.PrintOut False
However if I Preview the report then Print all works well. This happens on my client machine.
Code:
frmPreviewReport.Show vbModal, Me
ANy comments or questions or suggestions would be appreciated.