On Tuesday 07 October 2008 05:57:04 pm johnf wrote:
> On Tuesday 07 October 2008 05:44:47 pm Ed Leafe wrote:
> > On Oct 7, 2008, at 6:44 PM, johnf wrote:
> > > Does the parts table or parts bizobj contain a field with 'name' as
> > > the field
> > > name? I ask because you snipped some of the fields.
> >
> >     That's what I thought, too, but the error message was:
> >
> > "Unknown column 'parts.name' in 'field list'"
> >
> > -- Ed Leafe
>
> To me this sounds wrong.  It sounds like he is attempting to update the
> categories table using a join.  If that is not what he wants to do.  Then
> add a join and use NonUpdateFields=['name'].  This will allow him to
> display the data without concern about any updates or saves.

One other trick is to 
self.addField(" categories.name as catname")
NonUpdateField=['catname']

-- 
John Fabiani


_______________________________________________
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