I wanted to pass either the value or position from the listview to a click event which runs a SQL query.
I can't use the value with my existing SQL query. I think I'd have to write a new SQL statement using the listview position, but that's not necessarily the index of my table.
So, how could I setup the listview with my table index initially. I think this will solve my problem.
Then I can pull up the record based on the table ID.
I can't use the value with my existing SQL query. I think I'd have to write a new SQL statement using the listview position, but that's not necessarily the index of my table.
So, how could I setup the listview with my table index initially. I think this will solve my problem.
Then I can pull up the record based on the table ID.