Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tie into the change using NavControl
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00997107
Message ID:
00998007
Views:
16
Stephen,

>I have a form based on : mmMaintenanceForm. I have a doubleclick method in the gird that puts the item # in Text for the form. I also have the NavControl set like this.
>
>this.NavControl = this.mmDataGrid1 ;
>
>How do I tie in the same UpdateText function when a user uses the NavControl?

You could try overriding your form's NavigateData() method, making a call to the base form's method, and then running your UpdateText() method.

Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Reply
Map
View

Click here to load this message in the networking platform