Click here to Skip to main content
15,906,333 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: convert string to byte Pin
Christian Graus29-Jun-08 22:10
protectorChristian Graus29-Jun-08 22:10 
AnswerRe: convert string to byte Pin
Gideon Engelberth30-Jun-08 5:34
Gideon Engelberth30-Jun-08 5:34 
QuestionStatic / Shared block Pin
divyesh143229-Jun-08 20:20
divyesh143229-Jun-08 20:20 
AnswerRe: Static / Shared block Pin
Christian Graus29-Jun-08 20:28
protectorChristian Graus29-Jun-08 20:28 
GeneralRe: Static / Shared block Pin
divyesh143230-Jun-08 18:51
divyesh143230-Jun-08 18:51 
AnswerRe: Static / Shared block Pin
Dave Doknjas30-Jun-08 15:17
Dave Doknjas30-Jun-08 15:17 
GeneralRe: Static / Shared block Pin
divyesh143230-Jun-08 18:51
divyesh143230-Jun-08 18:51 
QuestionProbs Saving Data to Database Pin
KrisnNala29-Jun-08 6:28
KrisnNala29-Jun-08 6:28 
Hi folks

Hope you can give me a hint, I've spent 3 days trying to sort this out!

Working in visual studio 2005 proff, with .net framework 3.5.

Application has got various forms that are children of a parent.

All are loading, adding, saving and deleting fine. Apart from one.

I've tried an insert and made it a scaler. I've tried all sorts and just cannot get this to save.

It will do MemberID (Primary key) ClientsMare, and clientsid(fk) but clientsname, maresname, percentage no go Here's the Public Sub for Saving.

Public Sub SaveMember()
Adding = False
Deleting = False
lblMemberID.Text = CurrentMemberID
Me.SyndicateMembersBindingSource.EndEdit();
Me.SyndicateMembersTableAdapter.InsertMember(CurrentSyndicateID, MaresName, CurrentMareID, CurrentPercentage, CurrentClient)
Me.SyndicateMembersTableAdapter.Update(Me.DachelDataSet.Tables("SyndicateMembers"))
Welcome.btnSave.Enabled = False
'ONCE FINISHED NEED TO MAKE THIS FILL TO A FILLBYSYNDICATEID
Me.SyndicateMembersTableAdapter.FillByMember(Me.DachelDataSet.SyndicateMembers, CurrentMemberID)
Welcome.btnAdd.Enabled = True
End Sub

any ideas why I'm having this prob on just one form?

ThanksMad | :mad: Confused | :confused:

Kris MCP

AnswerRe: Probs Saving Data to Database Pin
Christian Graus29-Jun-08 14:38
protectorChristian Graus29-Jun-08 14:38 
GeneralRe: Probs Saving Data to Database Pin
KrisnNala30-Jun-08 8:41
KrisnNala30-Jun-08 8:41 
Questionmap rotation algortihm Pin
dunkin_ina29-Jun-08 6:05
dunkin_ina29-Jun-08 6:05 
AnswerRe: map rotation algortihm Pin
Guffa29-Jun-08 10:25
Guffa29-Jun-08 10:25 
GeneralRe: map rotation algortihm Pin
dunkin_ina29-Jun-08 22:26
dunkin_ina29-Jun-08 22:26 
AnswerRe: map rotation algortihm Pin
Christian Graus29-Jun-08 14:39
protectorChristian Graus29-Jun-08 14:39 
QuestionRe: map rotation algortihm Pin
dunkin_ina29-Jun-08 22:28
dunkin_ina29-Jun-08 22:28 
AnswerRe: map rotation algortihm Pin
Christian Graus29-Jun-08 22:46
protectorChristian Graus29-Jun-08 22:46 
GeneralRe: map rotation algortihm Pin
dunkin_ina7-Aug-08 5:40
dunkin_ina7-Aug-08 5:40 
Questiondatagridview cell leave event get column name Pin
Member 344963628-Jun-08 7:12
Member 344963628-Jun-08 7:12 
AnswerRe: datagridview cell leave event get column name Pin
Smithers-Jones28-Jun-08 8:43
Smithers-Jones28-Jun-08 8:43 
Questionwriting a WYSIWYG control from a RichTextBox Pin
gillardg28-Jun-08 6:56
gillardg28-Jun-08 6:56 
AnswerRe: writing a WYSIWYG control from a RichTextBox Pin
Christian Graus28-Jun-08 12:43
protectorChristian Graus28-Jun-08 12:43 
GeneralRe: writing a WYSIWYG control from a RichTextBox Pin
Paul Conrad28-Jun-08 13:03
professionalPaul Conrad28-Jun-08 13:03 
QuestionIP Address Pin
nagendrathecoder27-Jun-08 21:24
nagendrathecoder27-Jun-08 21:24 
AnswerRe: IP Address Pin
Christian Graus27-Jun-08 23:39
protectorChristian Graus27-Jun-08 23:39 
GeneralRe: IP Address Pin
nagendrathecoder27-Jun-08 23:50
nagendrathecoder27-Jun-08 23:50 

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.