Click here to Skip to main content
15,886,873 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: drawing line Pin
dan!sh 18-Mar-09 19:22
professional dan!sh 18-Mar-09 19:22 
AnswerRe: drawing line Pin
Christian Graus18-Mar-09 20:07
protectorChristian Graus18-Mar-09 20:07 
QuestionCannot update or delete access database Pin
hendrikbez18-Mar-09 19:09
hendrikbez18-Mar-09 19:09 
AnswerRe: Cannot update or delete access database Pin
dan!sh 18-Mar-09 19:25
professional dan!sh 18-Mar-09 19:25 
GeneralRe: Cannot update or delete access database Pin
hendrikbez18-Mar-09 19:31
hendrikbez18-Mar-09 19:31 
GeneralRe: Cannot update or delete access database Pin
dan!sh 18-Mar-09 19:32
professional dan!sh 18-Mar-09 19:32 
AnswerRe: Cannot update or delete access database Pin
_Damian S_18-Mar-09 19:55
professional_Damian S_18-Mar-09 19:55 
GeneralRe: Cannot update or delete access database [modified] Pin
hendrikbez18-Mar-09 20:03
hendrikbez18-Mar-09 20:03 
I am new to databse, I don't know how to set the value in the code yet.

I did try this, but it is not working

If inc <> -1 Then

ds.Tables("Blokkies").Rows(inc).Item(1) = TxtLuidraad.Text
ds.Tables("Blokkies").Rows(inc).Item(2) = txtA1.Text
ds.Tables("Blokkies").Rows(inc).Item(3) = txtA2.Text
ds.Tables("Blokkies").Rows(inc).Item(4) = txtA3.Text
ds.Tables("Blokkies").Rows(inc).Item(5) = txtA4.Text
ds.Tables("Blokkies").Rows(inc).Item(6) = txtA5.Text
ds.Tables("Blokkies").Rows(inc).Item(7) = txtA6.Text
ds.Tables("Blokkies").Rows(inc).Item(8) = txtA7.Text
ds.Tables("Blokkies").Rows(inc).Item(9) = txtA8.Text
ds.Tables("Blokkies").Rows(inc).Item(10) = txtA9.Text
ds.Tables("Blokkies").Rows(inc).Item(11) = txtA10.Text
ds.Tables("Blokkies").Rows(inc).Item(12) = txtA11.Text
ds.Tables("Blokkies").Rows(inc).Item(13) = txtA12.Text

da.Update(ds, "Blokkies")

MsgBox("Register verander")
End If

modified on Thursday, March 19, 2009 2:27 AM

GeneralRe: Cannot update or delete access database Pin
Christian Graus18-Mar-09 20:59
protectorChristian Graus18-Mar-09 20:59 
GeneralRe: Cannot update or delete access database Pin
hendrikbez18-Mar-09 21:07
hendrikbez18-Mar-09 21:07 
GeneralRe: Cannot update or delete access database Pin
Christian Graus18-Mar-09 21:40
protectorChristian Graus18-Mar-09 21:40 
GeneralRe: Cannot update or delete access database Pin
Christian Graus18-Mar-09 22:18
protectorChristian Graus18-Mar-09 22:18 
QuestionHow could you perform a recursive call for a treeview for two different actions? Pin
JUNEYT18-Mar-09 12:11
JUNEYT18-Mar-09 12:11 
AnswerRe: How could you perform a recursive call for a treeview for two different actions? Pin
Christian Graus18-Mar-09 12:43
protectorChristian Graus18-Mar-09 12:43 
Questionopen file directory Pin
captainmogo18-Mar-09 7:06
captainmogo18-Mar-09 7:06 
AnswerRe: open file directory Pin
iamalik18-Mar-09 7:26
professionaliamalik18-Mar-09 7:26 
GeneralRe: open file directory Pin
captainmogo18-Mar-09 7:52
captainmogo18-Mar-09 7:52 
GeneralRe: open file directory Pin
iamalik18-Mar-09 8:03
professionaliamalik18-Mar-09 8:03 
GeneralRe: open file directory Pin
captainmogo18-Mar-09 8:17
captainmogo18-Mar-09 8:17 
GeneralRe: open file directory Pin
iamalik18-Mar-09 8:36
professionaliamalik18-Mar-09 8:36 
GeneralRe: open file directory Pin
tech60318-Mar-09 14:56
tech60318-Mar-09 14:56 
AnswerRe: open file directory Pin
Luc Pattyn18-Mar-09 8:31
sitebuilderLuc Pattyn18-Mar-09 8:31 
GeneralRe: open file directory Pin
captainmogo18-Mar-09 8:39
captainmogo18-Mar-09 8:39 
AnswerRe: open file directory [modified] Pin
Alan N18-Mar-09 8:54
Alan N18-Mar-09 8:54 
GeneralRe: open file directory Pin
captainmogo18-Mar-09 9:04
captainmogo18-Mar-09 9: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.