T
the.dills
Hello all,
I need some help. I am using a listview to display the results of a
search. The dataset that I use to populate the control contain a
description and a record id. The record id is loaded as a subitem. When I
double-click on the entry I want to pass the id to another routine to
retrieve the record.
The problem is that the subitem contains more information than I load
from the dataset (just the record id [Long Integer]). When I attempt to use
CLng, .Net complains because it can't convert the value to a Long. Is there
another property value that I should be using to store the record id value?
I don't need to display this value to the users, so it doesn't have to be a
subitem. Help!!
Thanks in advance for any help you may provide.
Matt
I need some help. I am using a listview to display the results of a
search. The dataset that I use to populate the control contain a
description and a record id. The record id is loaded as a subitem. When I
double-click on the entry I want to pass the id to another routine to
retrieve the record.
The problem is that the subitem contains more information than I load
from the dataset (just the record id [Long Integer]). When I attempt to use
CLng, .Net complains because it can't convert the value to a Long. Is there
another property value that I should be using to store the record id value?
I don't need to display this value to the users, so it doesn't have to be a
subitem. Help!!
Thanks in advance for any help you may provide.
Matt