Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Business Form/Business Object
Message
From
15/07/2010 07:07:01
 
 
To
15/07/2010 06:59:52
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01472498
Message ID:
01472539
Views:
38
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform