On Wednesday 22 April 2009 02:50:06 pm Ed Leafe wrote:
> On Apr 22, 2009, at 4:25 PM, johnf wrote:
> > I also reported this. Ed's working on it.
>
> Did you ever respond with how you were setting the from clause? I
> didn't see that message.
>
>
> -- Ed Leafe
I sure did and provided my complete bizobj. I do so again.
All my bizobj are in a module and are similar to the following and this one is
a child.
def initProperties(self):
self.DataSource = "public.escourts"
def afterInit(self):
self.addFrom = "public.escourts"
self.addField("fk_esagency")
self.addField("court_name")
self.addField("address")
self.addField("city")
self.addField("state_1")
self.addField("zip")
self.addField("mainphone")
self.addField("fax")
self.addField("county")
self.addField("notify_1")
self.addField("note")
self.addField("fk_county")
self.addField("pkid")
self.addField("inactive")
self.KeyField = "pkid"
self.NonUpdateFields=["pkid"]
self.DefaultValues={"state_1":'CA','county':'<None>','fk_county':0}
self.ParentLinkField ="pkid"
self.LinkField = "fk_esagency"
self.FillLinkFromParent = True
self.addOrderBy('court_name')
--
John Fabiani
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message:
http://leafe.com/archives/byMID/[email protected]