-
ListView Bug??
I'm having a problem with ListView control, I'm working with subitems:
Sometimes, it only presents the first column of the list, and will not display data in any other fields unless I'll close the application, and run it again.
Please help if you know how to solve it
Thanks
-
I have worked with list views...provide some code and I'll take a look.
DA
-
My guess is (without seeing your code) that you are using "On Error Resume Next" and you are setting NULL values into the listview.
-
Hello ,
According to me
view type of listiview is changing to lvwicon or lvwlist
plz make view of listview to lvwreport
it will solve u r problem .