Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rebinding Windows form controls
Message
 
To
12/05/2008 14:48:15
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 3.0
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01316469
Message ID:
01316536
Views:
12
Willy,

>I have a windows Form that I call to insert new records in Table. I expected the following code in the form constructor to do the work:
>
> public VehicleNewForm()
> {
> this.oVehicle = (vehicle)this.RegisterBizObj(new vehicle());
> InitializeComponent();
> this.oVehicle.NewRow();
> }
>
>But it doesn’t.
>
>First of all I get the typical error:
>“Object reference not set to an instance of an object”

Before going further, can you send a copy of the full stack trace so I can see what's going on?

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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform