Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Navigate to next record
Message
 
To
14/10/2007 18:29:27
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01260934
Message ID:
01261179
Views:
18
Tony,

>After I save a record (me.save) I want to navigate to the next record, if there is one, to allow the user to work on it.
>
>I can't seem to find any code in the manual about how to do this in code?

If you don't have a grid you are using for navigation on the form, you can call the static mmBindingStrategy.NavigateData() method, passing in:

  1. this.BindingContext // the form's binding context object
  2. A reference to any control on the form
  3. A reference to the DataSet/DataTable or DataView you have bound to
  4. mmNavigate.Next enumeration value


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