Click here to Skip to main content
16,006,535 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Passing values frm form to from VB@005 Pin
Solly743-Aug-06 13:04
Solly743-Aug-06 13:04 
GeneralRe: Passing values frm form to from VB@005 Pin
Stephen McGuire3-Aug-06 13:09
Stephen McGuire3-Aug-06 13:09 
GeneralRe: Passing values frm form to from VB@005 Pin
Solly743-Aug-06 13:23
Solly743-Aug-06 13:23 
GeneralRe: Passing values frm form to from VB@005 Pin
Stephen McGuire3-Aug-06 13:32
Stephen McGuire3-Aug-06 13:32 
GeneralRe: Passing values frm form to from VB@005 Pin
Solly743-Aug-06 13:34
Solly743-Aug-06 13:34 
GeneralRe: Passing values frm form to from VB@005 Pin
Stephen McGuire3-Aug-06 13:55
Stephen McGuire3-Aug-06 13:55 
GeneralRe: Passing values frm form to from VB@005 Pin
Solly743-Aug-06 14:17
Solly743-Aug-06 14:17 
GeneralRe: Passing values frm form to from VB@005 Pin
Stephen McGuire3-Aug-06 14:34
Stephen McGuire3-Aug-06 14:34 
OK. So your datagrid is bound to a dataset table?

Can't you just get the record ID from the row clicked and pass that value to the WHERE clause of the other form's query/DataAdapter/DataReader?

If the datagrid is bound to a dataset table, why not edit it in the grid and update the dataset table?

You should post your concurrency question as a separate item.
You will get better response that way.

General theory is to 'handle' the errors somehow. For example:
Execute the command to update the database from within a Try...Catch block.
If an exception is raised, inspect the Catch statement's Row property to determine what caused the violation.
Add code to resolve the error based on your application's business rules.

Is that what you are looking for?

Steve
GeneralRe: Passing values frm form to from VB@005 Pin
Solly743-Aug-06 14:55
Solly743-Aug-06 14:55 
GeneralRe: Passing values frm form to from VB@005 [modified] Pin
Stephen McGuire3-Aug-06 15:13
Stephen McGuire3-Aug-06 15:13 
GeneralRe: Passing values frm form to from VB@005 Pin
Solly743-Aug-06 15:15
Solly743-Aug-06 15:15 
GeneralRe: Passing values frm form to from VB@005 Pin
Stephen McGuire3-Aug-06 15:25
Stephen McGuire3-Aug-06 15:25 
QuestionHow do you keep a form within a MDI form Pin
directred3-Aug-06 4:52
directred3-Aug-06 4:52 
AnswerRe: How do you keep a form within a MDI form Pin
Stephen McGuire3-Aug-06 11:58
Stephen McGuire3-Aug-06 11:58 
QuestionHelp with login screen Pin
matjame3-Aug-06 4:27
matjame3-Aug-06 4:27 
AnswerRe: Help with login screen Pin
Colin Angus Mackay3-Aug-06 11:51
Colin Angus Mackay3-Aug-06 11:51 
QuestionRe: Help with login screen Pin
matjame3-Aug-06 21:17
matjame3-Aug-06 21:17 
AnswerRe: Help with login screen Pin
Colin Angus Mackay4-Aug-06 7:35
Colin Angus Mackay4-Aug-06 7:35 
Questionhelp Pin
metrazaman3-Aug-06 3:36
metrazaman3-Aug-06 3:36 
GeneralRe: help Pin
Guffa3-Aug-06 12:17
Guffa3-Aug-06 12:17 
QuestionScrollBar Pin
microuser_20003-Aug-06 3:13
microuser_20003-Aug-06 3:13 
AnswerRe: ScrollBar Pin
Dave Kreskowiak3-Aug-06 5:14
mveDave Kreskowiak3-Aug-06 5:14 
GeneralRe: ScrollBar Pin
microuser_20003-Aug-06 12:20
microuser_20003-Aug-06 12:20 
GeneralRe: ScrollBar Pin
Stephen McGuire3-Aug-06 13:58
Stephen McGuire3-Aug-06 13:58 
GeneralRe: ScrollBar Pin
Dave Kreskowiak3-Aug-06 15:04
mveDave Kreskowiak3-Aug-06 15: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.