Thanks! That was quick. I didn't realize that I was missing a pk on one of my tables.
I also noticed that if at some point in the wizard you go back then forward again it will add the controls to the form twice. Also, is there a trick to making arrow keys work in the text boxes? I have used the Dabo wizard a few times already for patching up some data. Good stuff! On 8/13/05, David Driver <[EMAIL PROTECTED]> wrote: > I was trying out the app wizard against some existing data that I have > in firebird. > > On the data source name I have selected the Firebird profile, changed > the host to 127.0.0.1, put in sysdba as the user, dropped in the > password. I clicked the next button and the form didn't go anywhere. > > The python window behind put out a traceback that looks like: > bdFirebird.py line 153 in getFields > > pk = (name.lower() == pkfiled.lower()) > > attribute error, None type object has no attribute lower. > > I looked at the code and at this point it is loading the db schema. > > Do the tables have to conform to a particular format? > > These tables were created with sqlObject if it helps any. > > BTW Dabo is great. I think that I will kick it around for a while. I > could be interested in attempting a web ui eventually. > -- > > *********************************** > See there, that wasn't so bad. > *********************************** > -- *********************************** See there, that wasn't so bad. *********************************** _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
