Sammy31
04-16-2004, 05:49 PM
I'm trying to implement as listview that takes the data from a recorset. I have the following code, but the alignment of of the date is distorted.
Any sugestions
ListView1.ListItems.Add = parsed("EmpNum")
ListView1.ListItems.Add.SubItems(1) = parsed("Dept")
Any sugestions
ListView1.ListItems.Add = parsed("EmpNum")
ListView1.ListItems.Add.SubItems(1) = parsed("Dept")