Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is mmMaintenanceForm used for?
Message
De
19/02/2007 17:09:54
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
What is mmMaintenanceForm used for?
Versions des environnements
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01197151
Message ID:
01197151
Vues:
56
Hello All,
I was looking through a mm sample project and noticed the mmMaintenanceForm component. What is that used for? How is it different from the standard mmMainAppForm?

Also, I am trying to get more familiar with entities, which is why I was looking at the sample project, and I saw that the entity object was being registered with the following lines:

Private oOrder As Orders // Orders class inherits the ABusinessObject class and contains the
// properties for each Entity object
.
.
.
Me.oOrder = CType(Me.RegisterPrimaryBizObj(New Orders()), Orders)

RegisterPrimaryBizObj is a member of mmMaintenanceForm but not mmMainAppForm. Why is that? What does it get you? When should I use mmMaintenanceForm rather than mmMainAppForm?

Just a bunch of questions. All help appreciated.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform