Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NavControl
Message
From
16/05/2011 10:10:03
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
 
To
16/05/2011 09:46:01
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Miscellaneous
Thread ID:
01510742
Message ID:
01510764
Views:
52
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform