Click here to Skip to main content
15,924,036 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionAuthentication code Pin
Anu_Bala29-May-06 0:07
Anu_Bala29-May-06 0:07 
AnswerRe: Authentication code Pin
balaji.t29-May-06 1:04
balaji.t29-May-06 1:04 
AnswerRe: Authentication code Pin
FrankyT29-May-06 7:38
FrankyT29-May-06 7:38 
QuestionOutlook Add-In [modified] Pin
Malik Nasir28-May-06 23:53
Malik Nasir28-May-06 23:53 
QuestionHow do I wait For a Web Transction to complete? [modified] Pin
FrankyT28-May-06 21:06
FrankyT28-May-06 21:06 
AnswerRe: How do I wait For a Web Transction to complete? [modified] Pin
Leeland29-May-06 5:12
Leeland29-May-06 5:12 
QuestionHow to properly add records to a database through formatted databound textboxes Pin
JDFA28-May-06 9:23
JDFA28-May-06 9:23 
AnswerRe: How to properly add records to a database through formatted databound textboxes Pin
FrankyT28-May-06 21:34
FrankyT28-May-06 21:34 
Access can be quirky especially with autonumbers so that may be where your issue is

also are you calling <newdatarow> = <datatable>.new<datatable>Row (for strong typped tables)
or <newdatarow> = <datatable>.Rows.newrow (for weak types)
(this gets an appropo autonumber and inits all feilds in the new row with default values)
Befor calling <datatable>.rows.add(<newdatarow>)?

make sure your not specifing the index that the row is added at. let the framework do that.

Hope that helps,
Frank


hey...slang is the vernacular for the vernacular...wow
GeneralRe: How to properly add records to a database through formatted databound textboxes Pin
JDFA29-May-06 11:08
JDFA29-May-06 11:08 
GeneralRe: How to properly add records to a database through formatted databound textboxes Pin
FrankyT2-Jun-06 16:02
FrankyT2-Jun-06 16:02 
Questionhow to disable only close buuton Pin
iramg28-May-06 9:21
iramg28-May-06 9:21 
AnswerRe: how to disable only close buuton Pin
Roy Heil28-May-06 11:26
professionalRoy Heil28-May-06 11:26 
AnswerRe: how to disable only close buuton Pin
Tamimi - Code28-May-06 19:38
Tamimi - Code28-May-06 19:38 
QuestionWorking with dates Pin
MichMar28-May-06 6:24
MichMar28-May-06 6:24 
AnswerRe: Working with dates Pin
HaloZa28-May-06 8:29
HaloZa28-May-06 8:29 
AnswerRe: Working with dates Pin
Guerven29-May-06 18:21
Guerven29-May-06 18:21 
QuestionHow can I tarnish a color? Pin
Niamorh28-May-06 5:34
Niamorh28-May-06 5:34 
AnswerRe: How can I tarnish a color? Pin
Christian Graus28-May-06 11:10
protectorChristian Graus28-May-06 11:10 
GeneralRe: How can I tarnish a color? Pin
Niamorh28-May-06 11:28
Niamorh28-May-06 11:28 
GeneralRe: How can I tarnish a color? Pin
Christian Graus28-May-06 11:33
protectorChristian Graus28-May-06 11:33 
GeneralRe: How can I tarnish a color? Pin
Niamorh28-May-06 11:49
Niamorh28-May-06 11:49 
QuestionQuestion about put window on top off all other windows. Pin
Yanshof27-May-06 18:42
Yanshof27-May-06 18:42 
AnswerRe: Question about put window on top off all other windows. Pin
kumarprabhakar7428-May-06 18:52
kumarprabhakar7428-May-06 18:52 
QuestionAdd Click Event to Task Pane Item Pin
UBigDummie27-May-06 18:41
UBigDummie27-May-06 18:41 
QuestionMultithreading Problem Pin
sujanakar27-May-06 18:31
sujanakar27-May-06 18:31 

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.