Search:

Type: Posts; User: HardWorking

Search: Search took 0.01 seconds.

  1. Re: Can Bindings be added Going From Child table to Parent?

    Hello, I am a little confused. I have posted here before, at least on the vb.net side, and I have always gotten a reply within hours. There has been several people that have looked at my question...
  2. Can Bindings be added Going From Child table to Parent?

    I have 3 tables in my dataset with bindings to textboxes that work great. I want to add another table and set additional bindings with textboxes, but I am not sure if it is possible. I have added a...
  3. VS 2017 Re: [RESOLVED] Error Passing Variable to Object Property

    Thank you for your comments Shaggy Hiker. I did not see your response until just now. I appreciate all the advice I can get.
  4. VS 2017 Re: Error Passing Variable to Object Property

    Thank you very much dday9. I had just found the same information from a search and have already tried it. It works great! Thanks again for the help.
  5. VS 2017 [RESOLVED] Error Passing Variable to Object Property

    I have not created many class objects. I have tried several ways, but I keep having the same problem. I am trying to use a second form as an input dialog form for a couple of different scenarios....
  6. Replies
    33
    Views
    33,241

    Re: [.NET 2.0+] Update Grid Row in Dialogue

    Thank you jmcilhinney and Delaney for your help.

    I got it! The problem that I was having was I set a watch on the data object and the row object. I followed the values all the way through until...
  7. Replies
    33
    Views
    33,241

    Re: [.NET 2.0+] Update Grid Row in Dialogue

    I have created this example on my computer and it is working great. I do have a simple question that I don't seem to understand. Under the okButton on the 2 form where :


    Me.data("Name") =...
  8. VS 2017 Re: Sharing Variable Between Two Forms

    Thank you for all your replies. I am sorry that what I was doing was not clear. I read the blogs on jmcilhinney website as well as several other articles and I feel better about passing data from one...
  9. VS 2017 [RESOLVED] Sharing Variable Between Two Forms

    Hello,
    I am working on sharing a variable between Form1 and Form2. Form1 has a Textbox1 and Button1. Form2 has the same. I have a private shared instant variable called _sharedvartest in my code for...
  10. Replies
    4
    Views
    577

    VS 2017 Re: Saving Changes to Database

    Again, thank you very much for your response and guidance!

    I bound all my datatables to BindingSources and then bound the BindingSources to all my controls.

    I added the form validation call and...
  11. Replies
    4
    Views
    577

    VS 2017 Re: Saving Changes to Database

    Thank you for your response.

    The row state for the first row in my dataset was “Modified”. I found this by looping through the dataset and showing row state. After playing with changes for awhile...
  12. Replies
    4
    Views
    577

    VS 2017 [RESOLVED] Saving Changes to Database

    Hello,
    I am trying to save changes from my dataset to my database. I can see that the edit has been made to my dataset. However, during the save, when I look at the new dataset that is suppose to...
Results 1 to 12 of 12



Click Here to Expand Forum to Full Width