Hi,
I have a dialog with a listview and a couple edit controls. The data in the edit controls is dependent on the item selected in the list view. The controls may be edited by the user. If the user clicks another item, I want the data in the edit controls for the current item to be saved, so that the user can return to it later.
In the dialog's handler I am responding to @ENKILLFOCUS for the edit controls. This works if the user moves from edit to edit, but not if he or she would click on an different item in the list view. I have also tried @ENCHANGE.
Thanks in advance.
Hi Peaslee!
I just tried "@LVNENDLABELEDIT" works perfectly. :D