Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Separate edit form from Gridview
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01097869
Message ID:
01098359
Views:
14
Michael,

>I would like to load a small winform from a gridview. Do you have any examples of how to load the current record into the form using mm?

You can get the primary key of the currently selected row (using MM .NET's GetCurrentRowPK() method), and pass that to the constructor of the Windows Forms. The Windows Form can then pass that to a business object method that can retrieve the appropriate record.

Best 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