On Jul 6, 2008, at 4:34 PM, Paul McNary wrote:

> Here is the debgged output:
>
> Connection: <Medispan (baseclass dabo.db.dConnection, id:154230572)>
> bizHours: <biz.BizHours.BizHours (baseclass dabo.biz.dBizobj, id: 
> 154230604)>
> Bizobjs: ['public.hours']

        OK, there's your problem: the name of the bizobj shows up as  
'public.hours', not 'hours', as you have it in your code:

> biz = self.Form.getBizobj("hours")
> names, pks = biz.getClients()

        Change that first line to:

biz = self.Form.getBizobj("public.hours")

...and see if that fixes things.


-- 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