Click here to Skip to main content
15,903,012 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Show Without Activation Pin
Chatura Dilan23-Jul-06 15:21
Chatura Dilan23-Jul-06 15:21 
QuestionDatagrid row event Pin
iramg22-Jul-06 7:43
iramg22-Jul-06 7:43 
Questionobject reference not set to an instance of an object error Pin
str5022-Jul-06 4:11
str5022-Jul-06 4:11 
AnswerRe: object reference not set to an instance of an object error Pin
mr_lasseter22-Jul-06 4:47
mr_lasseter22-Jul-06 4:47 
GeneralRe: object reference not set to an instance of an object error Pin
str5022-Jul-06 4:58
str5022-Jul-06 4:58 
GeneralRe: object reference not set to an instance of an object error Pin
mr_lasseter22-Jul-06 5:08
mr_lasseter22-Jul-06 5:08 
GeneralRe: object reference not set to an instance of an object error Pin
str5022-Jul-06 5:21
str5022-Jul-06 5:21 
GeneralRe: object reference not set to an instance of an object error Pin
mr_lasseter22-Jul-06 5:32
mr_lasseter22-Jul-06 5:32 
<br />
Dim dsData As DataSet  '--THIS VARIABLE IS NOT GETTING INITIALIZED/SET<br />
Dim stSQL As String<br />
<br />
stSQL = "Select * from testbackup Where barcodeid = '" & Value & "'"<br />
<br />
'THIS IS DB CODE I AM TALKING ABOUT<br />
'Database code to return dataset to dsData<br />
<br />

Without seeing the code I can't say exactly where your problem is, but here are some things to check.
1. Is the dsData nothing when you step through your code?
2. If not does it contain any tables?

My guess is the dsData is not getting populated correctly in the Database Code





Mike Lasseter

GeneralRe: object reference not set to an instance of an object error Pin
str5022-Jul-06 6:03
str5022-Jul-06 6:03 
GeneralRe: object reference not set to an instance of an object error Pin
mr_lasseter22-Jul-06 6:18
mr_lasseter22-Jul-06 6:18 
GeneralRe: object reference not set to an instance of an object error Pin
str5022-Jul-06 7:42
str5022-Jul-06 7:42 
GeneralRe: object reference not set to an instance of an object error Pin
mr_lasseter22-Jul-06 10:34
mr_lasseter22-Jul-06 10:34 
GeneralRe: object reference not set to an instance of an object error [modified] Pin
str5022-Jul-06 10:52
str5022-Jul-06 10:52 
GeneralRe: object reference not set to an instance of an object error Pin
mr_lasseter23-Jul-06 5:49
mr_lasseter23-Jul-06 5:49 
GeneralRe: object reference not set to an instance of an object error Pin
str5023-Jul-06 12:06
str5023-Jul-06 12:06 
AnswerRe: object reference not set to an instance of an object error [modified] Pin
xivovivovix4-Aug-06 1:42
xivovivovix4-Aug-06 1:42 
QuestionHard disk serial number Pin
mayoush22-Jul-06 3:17
mayoush22-Jul-06 3:17 
AnswerRe: Hard disk serial number Pin
bob1697222-Jul-06 8:07
bob1697222-Jul-06 8:07 
AnswerRe: Hard disk serial number Pin
_mubashir22-Jul-06 8:59
_mubashir22-Jul-06 8:59 
GeneralRe: Hard disk serial number Pin
mayoush23-Jul-06 4:35
mayoush23-Jul-06 4:35 
GeneralRe: Hard disk serial number Pin
Chatura Dilan23-Jul-06 15:40
Chatura Dilan23-Jul-06 15:40 
GeneralRe: Hard disk serial number Pin
mayoush24-Jul-06 3:49
mayoush24-Jul-06 3:49 
QuestionConfiguration Error when moving to new PC Pin
ssbelfast22-Jul-06 3:12
ssbelfast22-Jul-06 3:12 
AnswerRe: Configuration Error when moving to new PC Pin
Rizwan Bashir22-Jul-06 3:32
Rizwan Bashir22-Jul-06 3:32 
GeneralRe: Configuration Error when moving to new PC Pin
ssbelfast22-Jul-06 4:04
ssbelfast22-Jul-06 4:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.