Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clicking mmNew
Message
From
31/01/2011 10:00:45
 
 
To
31/01/2011 09:28:46
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Miscellaneous
Thread ID:
01497952
Message ID:
01497965
Views:
42
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform