Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need to get Title and Comments from report properties using c++

Status
Not open for further replies.

Jacque

Technical User
Joined
Nov 9, 2001
Messages
301
Location
US
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??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top