Hi,
One of my developers asked the following, can anyone help?
Thanks in advance,
Jacque
I am needing to quickly get the Title and Comments from the report properties in C++.
I tried using the RDC to get them by doing the following:
OpenReport
GetReportTitle
GetReportComments
When I do this on the 94 reports in my directory it takes about 20 seconds.
Is there any other (quicker, MFC??) way to do this?
Also, I don’t find CloseReport, so is it okay to keep doing OpenReport??
One of my developers asked the following, can anyone help?
Thanks in advance,
Jacque
I am needing to quickly get the Title and Comments from the report properties in C++.
I tried using the RDC to get them by doing the following:
OpenReport
GetReportTitle
GetReportComments
When I do this on the 94 reports in my directory it takes about 20 seconds.
Is there any other (quicker, MFC??) way to do this?
Also, I don’t find CloseReport, so is it okay to keep doing OpenReport??