On 7/22/10 4:46 AM, Ed Leafe wrote:
>
> Can you paste your createBizobjs() code here? Perhaps there is a typo
> there, which is the most common reason for this.
Sure... but FWIW, the tutorial has me trying to run the form as 'a quick
visual testing' before it gets into editing creatBizobj. Given the
pictured form in the document, one would get the impression that the
form should at least display at this point, unless I went astray
somewhere else?
from Object: dForm, method: *createBizobj...
def createBizobjs(self):
hoursBizobj = self.Application.biz.HoursBizobj(self.Connection)
self.addBizobj(hoursBizobj)
self.requery()
(The last line added from the first part of 'Connecting the Bizobjs' in
the Pycon tutorial.)
> Also, did you import
> HoursBizobj in your biz/__init__.py script?
>
biz/__init__.py:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# bunch o' comments
#
from ClientBizobj import ClientBizobj
from HoursBizobj import HoursBizobj
Auto-magically added, just like the tutorial said it would (at the end
of the 'Using the Data Evironment Wizard' section)...
_______________________________________________
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]