Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parent & Child form sharing the same Dataset control.
Message
De
14/06/2007 12:33:26
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
 
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
01233022
Message ID:
01233102
Vues:
11
This message has been marked as a message which has helped to the initial question of the thread.
>Here is the code.
>
>Private Sub Edit_btn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Edit_btn.Click
>
> DepartmentEdit.Show(Me.Depts_LookupDataSet)
>
>End Sub


Hmmmm.... and that worked before?

This is what you need to do:
Dim frmDepartmentEdit1 As New DepartmentEdit(Me.Depts_LookupDataSet)
frmDepartmentEdit1.Show
'You can also do frmEditDepartment1.ShowDialog
Very fitting: http://xkcd.com/386/
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform