Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
What functionality are you looking for? The form is still going to have one of the business objects set as the PrimaryBusinessObject, but it will not interact with any of the business objects because the IncludeInForm options are all diskabled. If you don't want a business object to be set as the PrimaryBusinessObject, then you will need to set the PrimaryBusinessObject property to Nothing within the Load event of the form.
|