On Feb 17, 2008, at 12:01 PM, Adrian Klaver wrote:

> I know about using the following to create a new child record when a  
> new parent record is created:
> NewChildOnNew
> NewRecordOnNewParent
>
> The problem I am having is determining how to add a new child record  
> in a dGrid where a parent record already exists.

        Well, you don't add it in the grid; you add it in the bizobj. The way  
to do that is through the form's new() method. Let's say you have a  
grid whose DataSource is "items" and button for adding a record to the  
items; your button code would simply be: self.Form.new("items").

-- 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/dabo-users/[EMAIL PROTECTED]

Reply via email to