Click here to Skip to main content
15,921,941 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: combobox event Pin
pmarfleet1-Dec-07 4:57
pmarfleet1-Dec-07 4:57 
GeneralRe: combobox event Pin
manni_n1-Dec-07 6:20
manni_n1-Dec-07 6:20 
GeneralRe: combobox event Pin
pmarfleet1-Dec-07 6:45
pmarfleet1-Dec-07 6:45 
QuestionHow to filter Dataset Pin
divyesh14321-Dec-07 1:33
divyesh14321-Dec-07 1:33 
AnswerCross post Pin
pmarfleet1-Dec-07 3:55
pmarfleet1-Dec-07 3:55 
AnswerRe: How to filter Dataset Pin
Paul Conrad1-Dec-07 9:37
professionalPaul Conrad1-Dec-07 9:37 
Questionhow to solve this error? Pin
sathyan_82941-Dec-07 0:08
sathyan_82941-Dec-07 0:08 
GeneralRe: how to solve this error? Pin
Johan Hakkesteegt6-Dec-07 20:58
Johan Hakkesteegt6-Dec-07 20:58 
Without seeing the actual code, and based on the error message, my guess is, that you are trying to retrieve values the columns named 'bri' and 'cbe'. When you pass a number in the parameter, the code will search by the index, so it works. Apparently you would like to get the column by its name (which is usually the better way to do it).

This means that either the method you are using does not allow retrieving columns by name, or you need to adapt the quotes around the characters you are feeding to the parameter (means more of those or less of those, or single quotes instead of double quotes or vice versa).

good luck,

Johan

My advice is free, and you may get what you paid for.

Questionneed advice on listbox for vb Pin
neodeaths30-Nov-07 21:06
neodeaths30-Nov-07 21:06 
AnswerRe: need advice on listbox for vb Pin
pmarfleet1-Dec-07 2:26
pmarfleet1-Dec-07 2:26 
QuestionXpath doesn't work. Pin
Benny_Lava30-Nov-07 20:56
Benny_Lava30-Nov-07 20:56 
Questionhow to receive messages in windows form from mobile phone in vb.net Pin
satyadeva30-Nov-07 20:10
satyadeva30-Nov-07 20:10 
AnswerRe: how to receive messages in windows form from mobile phone in vb.net Pin
Christian Graus30-Nov-07 22:40
protectorChristian Graus30-Nov-07 22:40 
QuestionHow to prevent Non-numeric values? Pin
OsamaMohsen30-Nov-07 14:21
OsamaMohsen30-Nov-07 14:21 
AnswerRe: How to prevent Non-numeric values? Pin
Christian Graus30-Nov-07 22:43
protectorChristian Graus30-Nov-07 22:43 
GeneralRe: How to prevent Non-numeric values? Pin
Sipder1-Dec-07 0:25
Sipder1-Dec-07 0:25 
GeneralRe: How to prevent Non-numeric values? Pin
OsamaMohsen1-Dec-07 13:23
OsamaMohsen1-Dec-07 13:23 
GeneralRe: How to prevent Non-numeric values? Pin
Sipder1-Dec-07 18:45
Sipder1-Dec-07 18:45 
Questioncan I incoke a method from a web user control Pin
timescale30-Nov-07 11:07
timescale30-Nov-07 11:07 
AnswerRe: can I incoke a method from a web user control Pin
Christian Graus30-Nov-07 11:16
protectorChristian Graus30-Nov-07 11:16 
AnswerRe: can I incoke a method from a web user control Pin
Paul Conrad30-Nov-07 12:52
professionalPaul Conrad30-Nov-07 12:52 
QuestionRe: can I incoke a method from a web user control Pin
timescale30-Nov-07 13:03
timescale30-Nov-07 13:03 
GeneralRe: can I incoke a method from a web user control Pin
timescale30-Nov-07 13:33
timescale30-Nov-07 13:33 
QuestionMouseDown-Drag-MouseUp Screen capture code Pin
Quecumber25630-Nov-07 8:24
Quecumber25630-Nov-07 8:24 
AnswerRe: MouseDown-Drag-MouseUp Screen capture code Pin
Paul Conrad1-Dec-07 16:47
professionalPaul Conrad1-Dec-07 16:47 

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.