Re: [python-win32] Recovering from AODB Exceptions, possible?

2007-02-12 Thread Rex Corrovan
Actually, I do have a lot more exception handling going on. I just tried to keep the code simple to demonstrate the problem. But yeah, if I except in a way I am not expecting (ie: anything but a record exists) I handle it differently. Thanks for the tips though, and most definatly for making su

Re: [python-win32] Recovering from AODB Exceptions, possible?

2007-02-12 Thread Rex Corrovan
Awesome! CancelUpdate did the trick, thanks. From: "Roger Upole" <[EMAIL PROTECTED]> To: Subject: [python-win32] Re: Recovering from AODB Exceptions, possible? Date: Fri, 9 Feb 2007 23:41:50 -0500 Rex Corrovan wrote: > So I have a function that ries to add a record: > > def EntryAdd(sel

Re: [python-win32] Excel COM problem

2007-02-12 Thread Graham Bloice
Andrea Gavana wrote: > Hi Roger, > > On 2/10/07, Roger Upole wrote: >> "Andrea Gavana" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >>> Hi All, >>> >>>I have a very simple python script that tries to put a rectangular >>> shape in a worksheet and then add some text inside that s

Re: [python-win32] Excel COM problem

2007-02-12 Thread Andrea Gavana
Hi Roger, On 2/10/07, Roger Upole wrote: > "Andrea Gavana" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi All, > > > >I have a very simple python script that tries to put a rectangular > > shape in a worksheet and then add some text inside that shape. The > > main problem,