By kkchan - 1/6/2007
Hi,
I am going to implement feature to allow user to add FK record from parent form. For example, if user unable to get desired fk record, user can click on a label to launch add form, add new record on the spot. The newly added record PK will be returned to parent form and automatic update FK value.
May I know if this feature is under your feature list? If not, shall you please give some ideas how to implement this?
Thank you
|
By Trent L. Taylor - 1/7/2007
This is a basic function of the StrataFrame Busines objects. This is also covered in the tutorial and the help docs. To do this all you need to do is set the ParentRelationship property within the component designer of the child business object. Build your solution. Drop your child and parent BOs on the form or user control. Once dropped on the form, select the child BO and go to the ParentBusinessObject property and select the parent BO. The framework will then handle the FK relationship and values.
|
By kkchan - 1/8/2007
Mission accomplished!
I think I got to be more familiar with BOTranslations, because it alway save my life while working on multiple forms.
|
|