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

Visual Basic

 
GeneralRe: file association Pin
Dave Kreskowiak1-Mar-06 9:18
mveDave Kreskowiak1-Mar-06 9:18 
GeneralRe: file association Pin
Dave Kreskowiak1-Mar-06 9:19
mveDave Kreskowiak1-Mar-06 9:19 
GeneralRe: file association Pin
andylimjp1-Mar-06 13:52
andylimjp1-Mar-06 13:52 
GeneralRe: file association Pin
Dave Kreskowiak2-Mar-06 2:21
mveDave Kreskowiak2-Mar-06 2:21 
AnswerRe: file association Pin
Dave Kreskowiak1-Mar-06 5:51
mveDave Kreskowiak1-Mar-06 5:51 
QuestionDataset.Table.RemoveAuthorsRow(variable) Pin
Scott341528-Feb-06 19:20
Scott341528-Feb-06 19:20 
AnswerRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Dave Kreskowiak1-Mar-06 1:14
mveDave Kreskowiak1-Mar-06 1:14 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Scott34151-Mar-06 2:04
Scott34151-Mar-06 2:04 
Dave,

First, I thank you for your response.

Second, forgive me, I am new at VB.Net programming. I believe the row has to be deleted in the dataset. I'm using the FindByTableID method to populate a form when the program is first loaded, which also assigns the TableRow to the variable "mdrRow". At this time the row is retrieved to the form (successfully). If then, I click on the delete button the code DataSet.Table.RemoveTableRow(mdrRow) is then fired. At that point, if I attempt to retrieve that record using, again, the FindByTableID method the record is no longer found, which leaves me to believe it is indeed being removed from the dataset. However, when I close the program and then rerun it, thus refilling the dataset at form_load the record is now there (in the dataset) again. Can you tell me an example of how I would implement the RowState in this scenario, as I'm unfamiliar with that method.

Maybe my theory on this is all wrong. If you would like, and I would tremendously appreciate it, I can send you the exact code offline.
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Dave Kreskowiak1-Mar-06 2:19
mveDave Kreskowiak1-Mar-06 2:19 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Scott34151-Mar-06 2:36
Scott34151-Mar-06 2:36 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Dave Kreskowiak1-Mar-06 5:42
mveDave Kreskowiak1-Mar-06 5:42 
AnswerRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Doctor Nick1-Mar-06 3:00
Doctor Nick1-Mar-06 3:00 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Scott34151-Mar-06 3:05
Scott34151-Mar-06 3:05 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Doctor Nick1-Mar-06 3:15
Doctor Nick1-Mar-06 3:15 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Scott34151-Mar-06 3:37
Scott34151-Mar-06 3:37 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Doctor Nick1-Mar-06 3:55
Doctor Nick1-Mar-06 3:55 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Scott34151-Mar-06 3:57
Scott34151-Mar-06 3:57 
Questioncreating multiple dataset based upon a query Pin
uglyeyes28-Feb-06 19:00
uglyeyes28-Feb-06 19:00 
AnswerRe: creating multiple dataset based upon a query Pin
Guffa28-Feb-06 21:42
Guffa28-Feb-06 21:42 
GeneralRe: creating multiple dataset based upon a query Pin
uglyeyes28-Feb-06 23:53
uglyeyes28-Feb-06 23:53 
AnswerRe: creating multiple dataset based upon a query Pin
Guffa1-Mar-06 0:26
Guffa1-Mar-06 0:26 
Questioncreating multiple dataset based upon a query Pin
uglyeyes28-Feb-06 18:57
uglyeyes28-Feb-06 18:57 
Questionhow to Remap keyboard Layout keys vb6 Pin
justzain28-Feb-06 18:46
justzain28-Feb-06 18:46 
AnswerRe: how to Remap keyboard Layout keys vb6 Pin
Dave Kreskowiak1-Mar-06 1:07
mveDave Kreskowiak1-Mar-06 1:07 
QuestionTreeview Problem in vb.net Pin
pankajgarg1228-Feb-06 18:42
pankajgarg1228-Feb-06 18:42 

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.