endedit

  1. P

    Question How to add Parent and Child record in Details View ??

    Hi I greatly appreciate some help, I'm sure this should be simple! I'm trying to make a simple data entry form to create a new Contact (parent) and one new Location (child). The design is: - Tables are in SQLServer. Contacts table (parent) and Locations table (child) - Relation and Foreign...
  2. A

    Question Dataset haschanges method problem

    Hi, I have 2 problems with the haschages method 1 : when i do like this: Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing Me.Validate() Me.DataTable1BindingSource.EndEdit() If...
Back
Top