Results 1 to 2 of 2

Thread: [RESOLVED] Help on navigate through records with TextBox DataBinding

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2005
    Posts
    261

    Resolved [RESOLVED] Help on navigate through records with TextBox DataBinding

    I have the following code i got from another thread and modified it to be able to navigate through records. The first record of the table is loaded into the textbox, but will not navigate. Tested already with a combox and worked, so i'm sure there is data in the bindingsource.

    Code:
    Me.BindingSource1.DataSource = MyData
    Me.BindingSource1.DataMember = "ParentTable"
    
    Me.BindingNavigator1.BindingSource = Me.BindingSource1
    Me.TextEdit1.DataBindings.Add("Text", MyData, "ParentTable.ID")
    Any help will be appreciated!
    2005

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2005
    Posts
    261

    Re: Help on navigate through records with TextBox DataBinding

    Found the fix! Thanks anyway...

    2005

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width