RE: Help with my first foray into ADO with Python...

2002-06-12 Thread Richard Kemp
There's a special error collection object that you need to inspect to get the full list of errors for a multi-step transaction like this. Don't recall off the top of my head, consult the ADO docs and there should be a error collection you can dump out, then maybe you can see what's going on. - R

Help with my first foray into ADO with Python...

2002-06-12 Thread Michael S. Jessop
I have done something similar in VB so I know this (can) work... But I get an error back from Python at cmdInsert.Execute() that I am Not sure I understand... :/ Can anyone elaborate for me? (or see an obvious problem) Thanks! Mike J. == error message

Re: Moving on the wxWindow hieraarchy

2002-06-12 Thread Bill Bell
[EMAIL PROTECTED] wrote, in part: >How can a wxTree function call the wxTextCtrl object? 1. This is probably not a direct answer to your question, Janos. However, if you want to edit the texts in the tree control then take a look at the demo code for wxTreeCtrl in the wxPython demo. 2. I read

Moving on the wxWindow hieraarchy

2002-06-12 Thread janos . juhasz
Hi All, I am new in object oriented programing in python. So a would do the next. wxFrame() | wxTree() -wxTextCtrl() How can a wxTree function call the wxTextCtrl object? Just some words about using globals or moving up on the tree, please. I cannot find it in the reference :( Best re