| | | StrataFrame Beginner
       
Group: StrataFrame Users Last Login: 09/25/2008 2:56:06 PM Posts: 38, Visits: 111 |
| | If I have a form with a primary business object that drives the form in terms of the navigation tool bar. There is a secondary table (second business object) with a one to one relationship of data that the user wants to see at the same time on the form. Naturally when they click on EDIT they want to be able to modify data from both business objects then click on SAVE. It appears as though I would need to manually enable/disable the secondary business object columns displayed as well as call the SAVE or UNDO methods for the second business object. Do you have a sample that demonstrates this, or could you point me in a direction? Thanks Ross |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Today @ 4:52:53 AM Posts: 4,586, Visits: 4,571 |
| | No. You want to use the IncludeInXXX properties. Select the form and go to the IncludeInFormXXX properties. There will be an option for add, save, edit, undo, delete, and navigate. Choose an option here, let's say DeterminedByBusinessObject. Then select the BO in question and set its IncludeInFormXXX property. There are a lot of other posts out here about this and the documentation goes over this as well, but this should get you going in the right direction. |
| | | | StrataFrame Beginner
       
Group: StrataFrame Users Last Login: 09/25/2008 2:56:06 PM Posts: 38, Visits: 111 |
| | Thanks again. Strataframe is amazing. So is the support. ross |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Today @ 4:52:53 AM Posts: 4,586, Visits: 4,571 |
| Thanks! We always like to hear that! |
| |
|
|