I'm working on a program with a form that has a TListView. I got most everything working in it except the edit function. What I'm wanting is to be able to use some other controls to edit the data in the TListView and then if the user clicks away on the TListView to make the changes.
Problem is that I have the edit function tied to OnClick and OnClick fires when I do a drag/drop operation. This causes an edit on the record that is moved, which is NOT what I'm looking to do.
If you need a visual representation of what I'm trying to do, look at the bookmarks/Show all Bookmarks option of Firefox 4.01 where individual URLs occur.
Any ideas?
It is not possible for anyone to acknowledge truth when their salary depends on them not doing it.
Problem is that I have the edit function tied to OnClick and OnClick fires when I do a drag/drop operation. This causes an edit on the record that is moved, which is NOT what I'm looking to do.
If you need a visual representation of what I'm trying to do, look at the bookmarks/Show all Bookmarks option of Firefox 4.01 where individual URLs occur.
Any ideas?
It is not possible for anyone to acknowledge truth when their salary depends on them not doing it.