Hello, I recently upgraded from Cyrstal Reports 8.5 to Crystal Reports 11. I have several pieces that are breaking the build. These code pieces worked when 8.5 was installed, but now they break the comile. I am using VB6. Here is a sample of the code.
frmMain.rptGeneral.Destination = crptToFile
frmMain.rptGeneral.PrintFileType = crptExcel50
frmMain.rptGeneral.WindowState = crptMaximized
crptToFile, crptExcel50 and crptMaximized are breaking the build. Is there some reference that I need to include or maybe something else to keep this from breaking my build? Thanks.