VIPER5646 25 Junior Poster in Training

Hi all
I have two forms which are being displayed from the MDI Parent form. In the following code I would like to send data from form 1 to form 2.

DsgnForm.InsertOE = txtOrderEntry.Text
                DsgnForm.InsertFN = txtFirstName.Text
                DsgnForm.InsertLN = txtLastName.Text
                DsgnForm.InsertAD = TxtAddress.Text

My problem is when the second form is opened the variables are empty.
How can I send data to the second form.

Thanks

VIPER5646 25 Junior Poster in Training

Hi

I'm using Visual Basic Express
When trying to sort columns in DataGridView by using ListSortDirection, I get the not defined error.
I searched Google for app. using ListSortDirection, none of them have to declare it.
Can any one help me.
Thanks