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

Visual Basic

 
GeneralRe: sort array in vb Pin
Arun.Immanuel30-Apr-07 15:16
Arun.Immanuel30-Apr-07 15:16 
GeneralRe: sort array in vb Pin
Christian Graus30-Apr-07 22:16
protectorChristian Graus30-Apr-07 22:16 
AnswerRe: sort array in vb Pin
TwoFaced30-Apr-07 12:02
TwoFaced30-Apr-07 12:02 
QuestionProblem Updating Access DB... Pin
CCG330-Apr-07 9:25
CCG330-Apr-07 9:25 
AnswerRe: Problem Updating Access DB... Pin
Dave Kreskowiak30-Apr-07 10:12
mveDave Kreskowiak30-Apr-07 10:12 
GeneralRe: Problem Updating Access DB... Pin
CCG330-Apr-07 10:31
CCG330-Apr-07 10:31 
GeneralRe: Problem Updating Access DB... Pin
Dave Kreskowiak30-Apr-07 11:59
mveDave Kreskowiak30-Apr-07 11:59 
GeneralRe: Problem Updating Access DB... Pin
CCG31-May-07 1:34
CCG31-May-07 1:34 
Hey Dave, thanks for you input on this. I am probably not explaining things correctly so I will try to do better. This function that I am using works on on less than 18 other tables in my project with no problems.

Here's an example of what I am doing in a working function...

If txtDrugUse.Text = "" Then<br />
                    EditRow.SurgDrugDesc = String.Empty<br />
                Else : EditRow.SurgDrugDesc = Me.txtDrugUse.Text<br />
                End If<br />
<br />
<br />
                'Update the record<br />
                Try<br />
                    Me.Validate()<br />
                    Me.Pat01SurgeryBindingSource.EndEdit()<br />
                    Me.Pat01SurgeryTableAdapter.Update(Me.AnesDataSet.Pat01Surgery)<br />
                Catch ex As Exception<br />
                    MsgBox("Update of Surgury Table Failed")<br />
                End Try


Now I that have this working just fine all over my project and that is why I don't understand why I suddenly need to use a CommandBuilder to do the same exact thing that works everywhere else. Any ideas?

One thing that I have noticed, and I don't know if it has anything to do with it or not. but when I type in Me.Validate it takes it but from the drop down list that comes up it isn't listed but ValidateChildren is listed. I don't understand why and it might not have anything to with it but I am completely at a loss here.
GeneralRe: Problem Updating Access DB... Pin
Dave Kreskowiak1-May-07 1:50
mveDave Kreskowiak1-May-07 1:50 
GeneralRe: Problem Updating Access DB... Pin
CCG31-May-07 1:53
CCG31-May-07 1:53 
QuestionIBM DOS BASIC 3.0 To .Net Pin
MoreMakarand30-Apr-07 9:14
MoreMakarand30-Apr-07 9:14 
AnswerRe: IBM DOS BASIC 3.0 To .Net Pin
Dave Kreskowiak30-Apr-07 9:24
mveDave Kreskowiak30-Apr-07 9:24 
GeneralRe: IBM DOS BASIC 3.0 To .Net Pin
MoreMakarand1-May-07 3:15
MoreMakarand1-May-07 3:15 
QuestionVb.net apps require internet access to run? Pin
Emetz56430-Apr-07 8:42
Emetz56430-Apr-07 8:42 
AnswerRe: Vb.net apps require internet access to run? Pin
Dave Kreskowiak30-Apr-07 9:23
mveDave Kreskowiak30-Apr-07 9:23 
GeneralRe: Vb.net apps require internet access to run? Pin
Emetz56430-Apr-07 22:47
Emetz56430-Apr-07 22:47 
GeneralRe: Vb.net apps require internet access to run? Pin
Dave Kreskowiak1-May-07 2:06
mveDave Kreskowiak1-May-07 2:06 
Questiondetecting mouse click on a form playing a video Pin
kuku3330-Apr-07 6:42
kuku3330-Apr-07 6:42 
AnswerRe: detecting mouse click on a form playing a video Pin
Dave Kreskowiak30-Apr-07 10:09
mveDave Kreskowiak30-Apr-07 10:09 
GeneralRe: detecting mouse click on a form playing a video Pin
kuku335-May-07 0:42
kuku335-May-07 0:42 
GeneralRe: detecting mouse click on a form playing a video Pin
Dave Kreskowiak5-May-07 3:42
mveDave Kreskowiak5-May-07 3:42 
QuestionBiz talk server and .Net Pin
nitin_ion30-Apr-07 6:01
nitin_ion30-Apr-07 6:01 
AnswerRe: Biz talk server and .Net Pin
Dave Kreskowiak30-Apr-07 9:17
mveDave Kreskowiak30-Apr-07 9:17 
Questionhow to process richtextbox load using backgroundworker Pin
musay30-Apr-07 5:57
musay30-Apr-07 5:57 
AnswerRe: how to process richtextbox load using backgroundworker Pin
Dave Kreskowiak30-Apr-07 9:15
mveDave Kreskowiak30-Apr-07 9:15 

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.