jonrmoore
Aug 18th, 2008, 02:11 PM
When I try to use the following crystal statements in my vb6 form, I get an error message:
Run-time error '91':
Object variable or With block variable not set
Report.ExportOptions.DestinationType = crEDTDiskFile
Report.ExportOptions.DiskFileName = "C:\test.txt"
Does anyone know why?
Run-time error '91':
Object variable or With block variable not set
Report.ExportOptions.DestinationType = crEDTDiskFile
Report.ExportOptions.DiskFileName = "C:\test.txt"
Does anyone know why?