Click here to Skip to main content
15,905,028 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: autoscrollposition Pin
Smithers-Jones16-Jan-08 7:13
Smithers-Jones16-Jan-08 7:13 
GeneralRe: autoscrollposition Pin
Dave Kreskowiak16-Jan-08 10:10
mveDave Kreskowiak16-Jan-08 10:10 
QuestionGetting error message : system.data.dataexception Pin
Central_IT16-Jan-08 1:15
Central_IT16-Jan-08 1:15 
GeneralRe: Getting error message : system.data.dataexception Pin
Dave Kreskowiak16-Jan-08 2:18
mveDave Kreskowiak16-Jan-08 2:18 
QuestionRe: Getting error message : system.data.dataexception Pin
Central_IT16-Jan-08 2:49
Central_IT16-Jan-08 2:49 
GeneralRe: Getting error message : system.data.dataexception Pin
Central_IT16-Jan-08 3:04
Central_IT16-Jan-08 3:04 
GeneralRe: Getting error message : system.data.dataexception Pin
Dave Kreskowiak16-Jan-08 3:32
mveDave Kreskowiak16-Jan-08 3:32 
GeneralRe: Getting error message : system.data.dataexception Pin
Central_IT16-Jan-08 3:54
Central_IT16-Jan-08 3:54 
I do not use err or ON ERROR as I use try etc. I just done err hoping for any clues.

For x = 1 To dTotalGridLines
dRate= Val(txtRate.Text)
grdArea.Item(x - 1, 6) = dRate <===== THIS IS WHERE IT CRASHES
dValue1 = Val(grdArea.Item(x - 1, 5)) * Val(txtRate.Text)
grdArea.Item(x - 1, 7) = dValue1 <===== THIS IS WHERE IT CRASHES
Next x

It is a straight forward statement. I reckon it could maybe be when I insertat. Could it be that I am not formatting the element at insertion.
GeneralRe: Getting error message : system.data.dataexception Pin
Dave Kreskowiak16-Jan-08 4:37
mveDave Kreskowiak16-Jan-08 4:37 
GeneralRe: Getting error message : system.data.dataexception Pin
Central_IT16-Jan-08 4:52
Central_IT16-Jan-08 4:52 
GeneralRe: Getting error message : system.data.dataexception Pin
Central_IT16-Jan-08 4:55
Central_IT16-Jan-08 4:55 
GeneralRe: Getting error message : system.data.dataexception Pin
Dave Kreskowiak16-Jan-08 5:18
mveDave Kreskowiak16-Jan-08 5:18 
QuestionFolder and File ???? Pin
Golden Jing15-Jan-08 22:58
Golden Jing15-Jan-08 22:58 
GeneralRe: Folder and File ???? Pin
yogesh_kumar_agarwal15-Jan-08 23:07
yogesh_kumar_agarwal15-Jan-08 23:07 
GeneralRe: Folder and File ???? Pin
Golden Jing16-Jan-08 17:30
Golden Jing16-Jan-08 17:30 
AnswerRe: Folder and File ???? Pin
Ashfield17-Jan-08 8:38
Ashfield17-Jan-08 8:38 
Questioncan anyone help me? Pin
ayie15-Jan-08 21:20
ayie15-Jan-08 21:20 
AnswerRe: can anyone help me? Pin
Vasudevan Deepak Kumar15-Jan-08 22:12
Vasudevan Deepak Kumar15-Jan-08 22:12 
AnswerRe: can anyone help me? Pin
Dave Kreskowiak16-Jan-08 2:10
mveDave Kreskowiak16-Jan-08 2:10 
GeneralCheck whether an area on panel is blank or not Pin
Scubapro15-Jan-08 21:19
Scubapro15-Jan-08 21:19 
GeneralRe: Check whether an area on panel is blank or not Pin
nishkarsh_k15-Jan-08 22:56
nishkarsh_k15-Jan-08 22:56 
GeneralRe: Check whether an area on panel is blank or not Pin
Scubapro16-Jan-08 1:20
Scubapro16-Jan-08 1:20 
GeneralRe: Check whether an area on panel is blank or not Pin
Dave Kreskowiak16-Jan-08 2:17
mveDave Kreskowiak16-Jan-08 2:17 
GeneralRe: Check whether an area on panel is blank or not Pin
Scubapro16-Jan-08 2:43
Scubapro16-Jan-08 2:43 
GeneralRe: Check whether an area on panel is blank or not Pin
Dave Kreskowiak16-Jan-08 3:38
mveDave Kreskowiak16-Jan-08 3:38 

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.