Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Clicking mmNew
Message
De
31/01/2011 12:14:03
Timothy Bryan
Sharpline Consultants
Conroe, Texas, États-Unis
 
 
À
31/01/2011 10:00:45
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Divers
Thread ID:
01497952
Message ID:
01497988
Vues:
39
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform