Example   Source
  Menu  | 
<<
>>
 |  Run as  
Instances of DbNetEdit can be linked together to create parent child relationships. To link a child form simply pass a reference to the child form in a call to the addLinkedControl method. The forms are linked by automatically linking the foreignKey columns in the child form to the primaryKey columns in the parent form.
Customers
Orders
Order Details