I got an error message when I run the program below:
VB Code:
CustomerRPT.ExportOptions.DestinationType = crEDTDiskFile CustomerRPT.ExportOptions.DiskFileName = "C:\CustomerInfo.rtf" CustomerRPT.ExportOptions.FormatType = crEFTExactRichText CustomerRPT.Export (False)
Error message:
"Run-time error '-2147192184(80047288)': server has not been opened"
What does this error mean? What should I do?
Thanks!




Reply With Quote