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

Anyone automating Crystal Reports in Python?

Former Member
0 Likes
9,538

Post Author: [email protected]

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: pward

CA Forum: Other

Thanks Ted, This is helping get me further along. I have been using other tools and methods to browse the COM interface of the RDC as well as studying sample code like that in the link you provided. While it may be environmental, the RDC does not behave like other COM interfaces I have called from Python. I will post findings as they develop. Thanks again.