Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to get a field in related table
Message
From
22/08/2006 11:02:11
 
 
To
21/08/2006 22:56:15
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01146540
Message ID:
01147595
Views:
20
Good so far but one more thing is happening, no errors show up in the code.
However, when I run the app I'm getting a message
"Object reference not set to an instance of an object."
"Use the New keyword..."

it's at the line
lcDept = dsItems.Tables(0).Rows(0).Item("DeptMMC").ToString()

I thought that 'dsItems' dataset was already set as an object, why do I have to set a New keyword? And what am I setting it to? Is it because the dsItems is in the business object?

Thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform