|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
You're correct up until the part about loading the records related to the parent... it doesn't load any records, you have to do that yourself. What the ChildFormDialog does is allows you to translate business objects between the child form and the parent form so that when the child form launches, it has the exact same business object references as the parent form. So, you add a record on the child bo, and it shows up in the child business object on the parent form. So, you can close the child form without having to save the data, because it's in the child business object on the parent form.
|