SloBurn
Jun 22nd, 2000, 12:52 PM
This question is similiar to previous question "Getting selection from DBGrid".
I got two form, one form contains the Customer Number and it allows the user to click onto the button to display the second form witch contains the listview. I click onto any onto any column and the selected id is then return and display in the first form.
the following is used - frmPrint!lvwClients.SelectedItem
the problem is when the user rearrange the column order clicking onto the list always returns what ever is in the first column. How could you make it return only the column containing the ID.
Thanks in advance
I got two form, one form contains the Customer Number and it allows the user to click onto the button to display the second form witch contains the listview. I click onto any onto any column and the selected id is then return and display in the first form.
the following is used - frmPrint!lvwClients.SelectedItem
the problem is when the user rearrange the column order clicking onto the list always returns what ever is in the first column. How could you make it return only the column containing the ID.
Thanks in advance