On Apr 1, 2010, at 5:42 PM, Steve Rose wrote:

>     bzc = self.getBizobj('client')
>     print 'bzc: ', bzc
>     ### ---> prints: None
> 
> The form didn't seem to know about the clientBizobj, so I checked the
> following:
> In my bz folder I have ClientBizobj.py containing Class ClientBizobj using
> code pasted from the tutorial.

        Looks like a typo. The DataSource for the ClientBizobj is 'clients', 
not 'client'. Change the line to:

bzc = self.getBizobj('clients')

... and let me know if that helps.



-- Ed Leafe



_______________________________________________
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/[email protected]

Reply via email to