-
1
- #1
The app I'm working on is having a problem generating a report. It was working before I had to covert from sql server 7 to sql server 2000. I've tracked down part of the problem. When the PEStartPrintJob method is called, it stalls for a minute or so. Then, I get an error message:
"Crystal error 519: Error in File C:\Program Files\CSI Passport Platform\Pending Sessions2.rpt: No print window is opened."
The error message is generated if PEZoomPreviewWindow is called before PEStartPrintJob is called. I just can't figure out why PEStartPrintJob is failing.
"Crystal error 519: Error in File C:\Program Files\CSI Passport Platform\Pending Sessions2.rpt: No print window is opened."
The error message is generated if PEZoomPreviewWindow is called before PEStartPrintJob is called. I just can't figure out why PEStartPrintJob is failing.