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!

Extracting CR10 Commands

Status
Not open for further replies.
Sep 9, 2004
6
US
We need data-dependency documentation. We have CR 10 and most of our reports use Commands. A programmer tried to extract the Command from a report but it just shows as a table in the file. (He used C# .NET.)

How can we get the contents of the Command in an rpt file?
 
Hi,
One way is to open the report in CR and, using the database expert, edit the command (copy and paste into your docs)



[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 
Thanks for the reply. We have hundreds of reports. Manual documentation isn't the goal; automated is. So to rephrase my question, "How can we automatically extract the contents of a Command from an rpt file?
 
With the RDC and VB6, the Report object has a SQLQueryString property. It's the only way I know of to get to the Command text.

Looking at the .NET SDK, I don't see a comparable property, so you may be out of luck.

-dave

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top