Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is mmMaintenanceForm used for?
Message
From
19/02/2007 17:09:54
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
What is mmMaintenanceForm used for?
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01197151
Message ID:
01197151
Views:
57
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.
Next
Reply
Map
View

Click here to load this message in the networking platform