Hi all,

creating my first little app while following along:

Pretty much the only difference is that I am using one of my SQLite3
databases - all goes according to plan until I get to the part where
Dabo generates the business object code - below is all it does for me:

def createBizobjs(self):
        contactsBizobj = self.Application.biz.ContactsBizobj(self.Connection)
        self.addBizobj(contactsBizobj)

The entire class definition I see in the screencast appears to be missing

In addition to that (and probably not suprising) I receive this error
when trying to run the form:

Attribute Error: 'NoneType' object has no attribute 'ContactsBizobj'

As always, all help is much appreciated!

Thanks,
Kai
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/CAHR=wcdxxeiitoarb-u-ojbgm8mtoxqrychjpvgzx80drcf...@mail.gmail.com

Reply via email to