Hi, can any one point me in the right direction with this
I use the following code to add items to a listview control
and it works fine using M/S common controls 5
but when i use it on common controls 6 I get type mismatch error
Set itm = lstvLoans.ListItems.Add(, , StripNulls(RSs!AccountNumber, ",")
Thanks
I use the following code to add items to a listview control
and it works fine using M/S common controls 5
but when i use it on common controls 6 I get type mismatch error
Set itm = lstvLoans.ListItems.Add(, , StripNulls(RSs!AccountNumber, ",")
Thanks