Hello All:
I am calling CR XI reports from Visual Studio 2005 and I have run into a problem regarding verifying the database. The report will hang up and refuse refresh due to a change in the data table. I know this can be done manually thru CR, but want to verify with code. I am using the following code:
crReportDocument.VerifyDatabase
inserted the verify command right after the logon code and it causes errors with the report parameters I am using. Is there a better place to insert the verify statement? can't find any examples. Is anyone else using this code to verify??
Thanks
I am calling CR XI reports from Visual Studio 2005 and I have run into a problem regarding verifying the database. The report will hang up and refuse refresh due to a change in the data table. I know this can be done manually thru CR, but want to verify with code. I am using the following code:
crReportDocument.VerifyDatabase
inserted the verify command right after the logon code and it causes errors with the report parameters I am using. Is there a better place to insert the verify statement? can't find any examples. Is anyone else using this code to verify??
Thanks