Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Business Form/Business Object
Message
De
15/07/2010 07:07:01
 
 
À
15/07/2010 06:59:52
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01472498
Message ID:
01472539
Vues:
39
Hi Tim. Here's all of the code:

'Declare business objects
Private _organization As Organization

Public Sub New()

Me._organization = CType(Me.RegisterPrimaryBizObj(New Organization), Organization)

' This call is required by the Windows Form Designer.
InitializeComponent()

Me.grdUnits.AutoGenerateColumns = False
Me._organization.GetAllEntities()

Cursor.Current = Cursors.Default
End Sub

I don't have any code in the Organization partial class. I'm letting the framework take care of the transaction since this is a simple maintenance form.

Thanks.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform