Listview with Item 'Stuck' in it

A

Andibevan

I am having a minor problem with a listview.

The listview populates and works fine, but there is this entry present in
the listview from the earlier. It is always the same variable and it still
appears even if I remove all the code from the form.

If I add the line LSTV_Prc_Files.ListItems.Clear to the form_load event it
sorts it all out, but I can't find where the form is getting this data
from - It doesn't appear to be bound to any data source but I may be missing
something.

Any ideas?
 
Top