We have a bizobj that was working fine. We added a join to the bizobj as
shown below
self.NonUpdateFields=["pkid","luspecies"]
self.addJoin('public.agspecies','public.agspecies.pkid=public.agpoptrs.fk_sp
ecies')
self.addField("public.agspecies.species as luspecies")
When we insert a record, we are getting a message saying that "luspecies" is
not in our table, which is correct, but we thought that it should be fixed
by the addition to the NonUpdateFields set.
What are we missing? John, thinks that the NonUpdateFields is broken,
because when we stepped thru the code the nonUpdateFields was empty.
Also, is there a way to specify the kind of JOIN. We want to be able to
specify and OUTER vs an INNER JOIN using the addJoin method.
Thanks,
Larry Long
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.472 / Virus Database: 269.9.4/860 - Release Date: 06/21/2007
5:53 PM
_______________________________________________
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/dabo-users/[EMAIL PROTECTED]