Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parent & Child form sharing the same Dataset control.
Message
From
14/06/2007 12:33:26
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
 
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
01233022
Message ID:
01233102
Views:
13
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/
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform