Hi all
I'm using Crystal report 10 Report viewer control in a VFP 8.0 form
When I issue the frmCrtl.Show(), sometimes I receive an error
‘OLE IDispatch exception code 0 from CrystalReport10.ActivexReportViewer.1 : The control is busy downloading data...’
At first, I though it was an OLE error or Crystal, I searched KB for MS and Business Objects, but nothing very helpful.
I’m connecting thru OLE DB VFP provider (VFPOLEDB.DLL v. 8.0.0.3117) and I change the location of the data within the code.
At this point, the only solution I have is to trap the error and throw it away, but I don’t like this because when I receive the error, I lost the control over the VFP form and I have to click on one control of the viewer to continue. Innacceptable.
Thanks in advance
Nro
I'm using Crystal report 10 Report viewer control in a VFP 8.0 form
When I issue the frmCrtl.Show(), sometimes I receive an error
‘OLE IDispatch exception code 0 from CrystalReport10.ActivexReportViewer.1 : The control is busy downloading data...’
At first, I though it was an OLE error or Crystal, I searched KB for MS and Business Objects, but nothing very helpful.
I’m connecting thru OLE DB VFP provider (VFPOLEDB.DLL v. 8.0.0.3117) and I change the location of the data within the code.
At this point, the only solution I have is to trap the error and throw it away, but I don’t like this because when I receive the error, I lost the control over the VFP form and I have to click on one control of the viewer to continue. Innacceptable.
Thanks in advance
Nro