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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cognos Impromptu OLE Property's

Status
Not open for further replies.

SimonJongsma

Programmer
Feb 23, 2005
1
NL
Hi,
I wrote a Delphi program to change (via catalog automation & OLE) for a series of reports the location of the catalog that the report points to.

This program uses the OpenReportNoExecute method.
A (buggy?) side effect of this call is that the checkbox
"automatic data retrieval" (>>query>>access) is cleared.

Is there an (possibly undocumented) property of the ReportDocument object to again set the checkbox to true
before closeing & saving the report?


 
when you use the method OpenReportNoExecute you do not want automatic data retrieval" (>>query>>access)... so the behavior is how it sould be.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top