Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
NavControl
Message
De
16/05/2011 10:10:03
Timothy Bryan
Sharpline Consultants
Conroe, Texas, États-Unis
 
 
À
16/05/2011 09:46:01
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Divers
Thread ID:
01510742
Message ID:
01510764
Vues:
53
>Hi Tim. On my mmButtonNew I'm calling Me.NavigateData(mmNavigate.Last)"
>
>The dataset is not on that record before I make the call.
>
>I do not get that message when I comment "Me.NavControl = Me.grdBuildings" and click on the newly added record.
>
>Thanks.


On your other question about the form title. Is this Entity Framework? It appears the line to set the description on the title is commented out when you are using Entity Framework. Not sure why, and would need to look into that further. Are you using Entity Framework?

You could try calling this yourself after navigation by subscribing to the State Change event and checking for if navigated.
//this.AddFormTitleDescription(businessObject.GetDescription(entity));
Update:
Or put it in the HookPostNavigate hook method

Tim
Timothy Bryan
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform