Użytkownik jvandal napisał:
> Here is my izobj description
> ==============================================\class
> DoctorBizobj(dabo.biz.dBizobj):
>       def afterInit(self):
>               self.DataSource = "doctor"
>               self.KeyField = "doctor.pkid"
>               self.addFrom("doctor")
>               self.addField("doctor.name")
>               self.addField("fk_speciality")
>               self.addField("doctor_speciality.title")
>               self.addField("doctor.pkid")
>               self.LinkField = "fk_speciality"
>               self.addJoin(
>               "doctor_speciality",
>               "doctor_speciality.pkid = doctor.fk_speciality",
>                "LEFT"
> In object Info I tell it field name of doctor_speciality.title
> and data source is doctor_speciality
>
> I don't see any title data in text field
>    

The LinkField is redundant here.
Could you set:
self.Application.DatabaseActivityLog = "database.log"

Then show me last few entries from log after bizobj requery please.

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