May 11, 2024, 04:02:38 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Edit Controls and @ENKILLFOCUS

Started by Bruce Peaslee, July 21, 2009, 12:35:39 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bruce Peaslee

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.
Bruce Peaslee
"Born too loose."
iTired (There's a nap for that.)
Well, I headed for Las Vegas
Only made it out to Needles

Ficko

Hi Peaslee!

I just tried "@LVNENDLABELEDIT" works perfectly. :D