Hmm - just snooped around in the file system and it seems that the
business object classes now have their own files - so no missing code
- just the 'NoneType' error remains (the ones I found in an archive
search appear to be different beasts?)

Kai





On Thu, Sep 8, 2011 at 2:34 PM, K Peters <[email protected]> wrote:
> 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=wcdfjuocwrqbzogdztdvsyxr2crxwgxyusxrtxixozw...@mail.gmail.com

Reply via email to