On Jul 13, 2008, at 5:36 PM, Paul McNary wrote:

> This happens whether I have let the Biz Objects create the new grid  
> row
> or if I have a button to add the row to the Biz Object:
>
> def onHit(self, evt):
>       self.Form.new("public.cmpd_ingredients")
>
> ---------------------------------------------------------------------------------
> However if I add data to the child externally( ie. pgadmin3), requery
> fills in the data on the grid. I can change data in that row and
> self.Form.save() works as expected. Data is saved.
>
> This only occurs when trying to add a new child row. It happens  
> whether
> the grid has any rows or rows that have been added externally.

        Since the data displays, it sounds like you've gotten all the  
bindings correct. I'm just curious if you're only adding data to the  
child, or if you're also adding to the parent record, too. I know that  
you have 'self.SaveNewUnchanged=True' for both bizobjs, but that's one  
area that has not received stringent testing.

-- Ed Leafe





_______________________________________________
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