Re: Getting started with Crystal Reports...little help in the far court.

2007-01-25 Thread Carl Trachte
Marc, I've been able to get some Business Objects COM functionality in Business Objects 6.5 (the logging in functionality I have to do through a call to an Excel VBA macro; otherwise things appear to work for what I'm doing). Unfortunately, I don't have experience with Python in Business

Re: Getting started with Crystal Reports...little help in the far court.

2007-01-08 Thread Brian
Mudcat wrote: > I am not that familiar with Crystal Reports, but having read some other > posts I know that the way to integrate the API with Python is through > the COM interface provide by win32all. > Any pointers in the right direction would be helpful. Like Armury, I worked on Crystal stu

Re: Getting started with Crystal Reports...little help in the far court.

2007-01-08 Thread Amaury Forgeot d'Arc
Good evening, Mudcat a écrit : > I am not that familiar with Crystal Reports, but having read some other > posts I know that the way to integrate the API with Python is through > the COM interface provide by win32all. > > However, I have been unable to find any other information on how to get > s

Getting started with Crystal Reports...little help in the far court.

2007-01-08 Thread Mudcat
I am not that familiar with Crystal Reports, but having read some other posts I know that the way to integrate the API with Python is through the COM interface provide by win32all. However, I have been unable to find any other information on how to get started. I've used the COM interface before i