Użytkownik sim napisał:
> The table has a single primary key, customerid.
> My bizobj is about as simple as you could get:
>
> import dabo
>
> class CustomerBizobj(dabo.biz.dBizobj):
>          def afterInit(self):
>                  self.DataSource = "customers"
>                  self.KeyField = "customerid"
>
>    

To be clear, you have two forms, first selection form,
and second edit form, where edit form derives bizobj from
selection form. I'm correct right?
-- 

Regards
Jacek Kałucki

_______________________________________________
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