cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Anyone automating Crystal Reports in Python?

Former Member
0 Likes
9,445

Post Author: pward@unmc.edu

CA Forum: Other

I am relatively new to Python, and found sample code that I have, to some degree, successfully implemented. I am using the RDC and can open a report, but am having difficulties supplying connection data. If anyone else has automated Crystal in Python, either through the RDC or some other method I'd like to hear about your experience. Thanks in advance.

View Entire Topic
Former Member
0 Likes

Post Author: Ted Ueda

CA Forum: Other

You might not get help specifically using Python with the Report Designer Component (RDC) - it's not something that's tested or supported.But since what you're doing is invoking COM via Python, it might be helpful to look at some working code that uses VBScript (in an ASP page):http://support.businessobjects.com/communityCS/FilesAndUpdates/aspxmps115.zip.aspThe SimpleTableLocation sample shows how to specify connection info.Sincerely,Ted Ueda