F
[ F e r n a n d o L o p e s ]
Hello ALL,
I have two forms (frmCustomers, frmOpenCustomers)
In the frmOpenCustomers, i have a DataGrid fill with the Customers name.
I show the frmOpenCustomers form from the frmCustomers form like that:
frmOpenCustomers opCust = new frmOpenCustomers();
opCust.ShowDialog();
After I click the row of the customers grid in the opCust form, I need to
close this and show the name of the customer in a public TextBox in the
frmCustomers form.
But nothing appears.
What Am doing wrong?
Thanks in advance.
Sorry my English.
Fernando Lopes
Brazil
I have two forms (frmCustomers, frmOpenCustomers)
In the frmOpenCustomers, i have a DataGrid fill with the Customers name.
I show the frmOpenCustomers form from the frmCustomers form like that:
frmOpenCustomers opCust = new frmOpenCustomers();
opCust.ShowDialog();
After I click the row of the customers grid in the opCust form, I need to
close this and show the name of the customer in a public TextBox in the
frmCustomers form.
But nothing appears.
What Am doing wrong?
Thanks in advance.
Sorry my English.
Fernando Lopes
Brazil