--Tim Roberts <[EMAIL PROTECTED]> wrote:
> Bruce Webber wrote:
>> I've written a program which automates the running of Business Objects
>> (a query generator and reporting tool). The command which creates the
>> process (and the corresponding Python object) is:
>>
>> boApp = win32com.client.Dispa
Bruce Webber wrote:
> I've written a program which automates the running of Business Objects (a
> query generator and reporting tool). The command which creates the process
> (and the corresponding Python object) is:
>
> boApp = win32com.client.Dispatch('BusinessObjects.Application')
>
> This wor
I've written a program which automates the running of Business Objects (a query
generator and reporting tool). The command which creates the process (and the
corresponding Python object) is:
boApp = win32com.client.Dispatch('BusinessObjects.Application')
This works fine, and I have successfull