I was using Crystal Reports 8.5 with Visual Foxpro 7.0 and was accessing cursors prepared in Visual FoxPro 7.0 in Crystal Reports. It was working fine as I was using the following line of code to send Array
objCrData.AddRows(@getData)
WHERE
bjCrData is
CreateObject("CrystalDataObject.CrystalComObject"
getData is the array with data
Now, I have switched to Visual FoxPro 8.0 and this line of code is giving me an error saying that :
The class file (COMBO1) associated with this field cannot be found - Class association cleared
Please advise how to send this array of data to crystal Reports.
Thankyou
objCrData.AddRows(@getData)
WHERE

CreateObject("CrystalDataObject.CrystalComObject"

getData is the array with data
Now, I have switched to Visual FoxPro 8.0 and this line of code is giving me an error saying that :
The class file (COMBO1) associated with this field cannot be found - Class association cleared
Please advise how to send this array of data to crystal Reports.
Thankyou