Click here to Skip to main content
15,892,697 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: error Pin
WhiteGirl233-Jun-07 19:45
WhiteGirl233-Jun-07 19:45 
Questionenumerator Pin
Sonia Gupta1-Jun-07 3:18
Sonia Gupta1-Jun-07 3:18 
AnswerRe: enumerator Pin
Dave Kreskowiak1-Jun-07 4:09
mveDave Kreskowiak1-Jun-07 4:09 
QuestionA major problem in multi threading Monitor Class Pin
sabby20061-Jun-07 2:14
sabby20061-Jun-07 2:14 
QuestionExcel 2007 - Columns setting problem Pin
prashant pissey1-Jun-07 2:09
prashant pissey1-Jun-07 2:09 
QuestionSomething strange with DataGridView bound textboxes value submission... Pin
Marcus J. Smith1-Jun-07 1:40
professionalMarcus J. Smith1-Jun-07 1:40 
AnswerRe: Something strange with DataGridView bound textboxes value submission... Pin
kubben1-Jun-07 3:22
kubben1-Jun-07 3:22 
GeneralRe: Something strange with DataGridView bound textboxes value submission... Pin
Marcus J. Smith1-Jun-07 3:33
professionalMarcus J. Smith1-Jun-07 3:33 
kubben wrote:
This is just a guess, but is sounds like you may have a zero based index problem. All indexs are zero based in .net. So if you are by chance treating them as 1 based you would be off by one row. So the first row is 0 not 1. Just a guess.


I wish but I dont think so especially since I cant get it to reproduce on my end. Im not sure if I made it clear but the row being updated is updated correctly but the one change is carried over to the next row as well. I added a messagebox to show what values it was using to find the row and the values matched for that row.

Say I have an ID of 109 that is provided from the datatable so I take that value and do a Rows.Find(arrayOfValues) to get the row and do a Row.BeginEdit and Row.EndEdit. That line works great and like I said what is strange is that it only occurs on the users machine and then it doesnt replace the next line with ALL the values of the row being edited but just the changed value.


CleaKO

"Now, a man would have opened both gates, driven through and not bothered to close either gate." - Marc Clifton (The Lounge)

GeneralRe: Something strange with DataGridView bound textboxes value submission... Pin
kubben1-Jun-07 3:44
kubben1-Jun-07 3:44 
GeneralRe: Something strange with DataGridView bound textboxes value submission... Pin
Marcus J. Smith1-Jun-07 3:52
professionalMarcus J. Smith1-Jun-07 3:52 
GeneralRe: Something strange with DataGridView bound textboxes value submission... Pin
Marcus J. Smith1-Jun-07 4:19
professionalMarcus J. Smith1-Jun-07 4:19 
Questiontextboxes in datagridview Pin
Sonia Gupta1-Jun-07 1:25
Sonia Gupta1-Jun-07 1:25 
AnswerRe: textboxes in datagridview Pin
Rupesh Kumar Swami1-Jun-07 1:35
Rupesh Kumar Swami1-Jun-07 1:35 
GeneralRe: textboxes in datagridview Pin
Sonia Gupta1-Jun-07 1:41
Sonia Gupta1-Jun-07 1:41 
GeneralRe: textboxes in datagridview Pin
Rupesh Kumar Swami1-Jun-07 1:49
Rupesh Kumar Swami1-Jun-07 1:49 
QuestionDatagrid Pin
zareee1-Jun-07 1:01
zareee1-Jun-07 1:01 
AnswerRe: Datagrid Pin
Rupesh Kumar Swami1-Jun-07 1:06
Rupesh Kumar Swami1-Jun-07 1:06 
GeneralRe: Datagrid Pin
zareee1-Jun-07 19:44
zareee1-Jun-07 19:44 
QuestionHow can i use thread... Pin
koolprasad20031-Jun-07 0:44
professionalkoolprasad20031-Jun-07 0:44 
AnswerRe: How can i use thread... Pin
Christian Graus1-Jun-07 0:53
protectorChristian Graus1-Jun-07 0:53 
GeneralRe: How can i use thread... Pin
koolprasad20031-Jun-07 2:15
professionalkoolprasad20031-Jun-07 2:15 
QuestionMSWORD Making one word bold in a table cell. Pin
ips_sun1-Jun-07 0:16
ips_sun1-Jun-07 0:16 
Questionthread Pin
WhiteGirl231-Jun-07 0:13
WhiteGirl231-Jun-07 0:13 
AnswerRe: thread Pin
Christian Graus1-Jun-07 0:18
protectorChristian Graus1-Jun-07 0:18 
AnswerRe: thread Pin
Sonia Gupta1-Jun-07 0:19
Sonia Gupta1-Jun-07 0:19 

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.