Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Navigate to next record
Message
 
À
14/10/2007 18:29:27
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
VB 8.0
OS:
Windows XP SP2
Divers
Thread ID:
01260934
Message ID:
01261179
Vues:
20
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform