Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clicking mmNew
Message
From
31/01/2011 12:14:03
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
 
To
31/01/2011 10:00:45
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Miscellaneous
Thread ID:
01497952
Message ID:
01497988
Views:
37
>Hi Tim. I think step 14 deals with BO's that aren't declared as primary business object:
>
>Me._statusType = CType(Me.RegisterBizObj(New StatusType), StatusType)
>
>VS.
>
>Me._statusType = CType(Me.RegisterPrimaryBizObj(New StatusType), StatusType)
>
>Step 8 declares the "Oders" BO as the primary. Since I declare statusType as the primary the framework should be taking care of the record pointer and all of the CRUD activities.
>
>
>Thanks.


If the business object is primary, then an assumption is made if you don't set the binding source on the button. If the business object you want to do a new/ save or ? on isn't the primary you need to set the binding source of the button in the property window. Beyond this the behavior is the same. Did setting the Navigate to Last solve your problem?
Tim
Timothy Bryan
Previous
Reply
Map
View

Click here to load this message in the networking platform