> Started using the Event Structure. Seems that the events that I can use are
> restricted by LV. How can I capture Lost Focus event? I have a string
> control, when user enters TAB or moves the mouse to next control, I want to
> detect it and verify contents of the string control before allowing entering
> text in the next control.
>
You can also detect this by just using the Value Change event. When the
string loses focus, if the value was changed, then the event will be
fired, otherwise it will not.
Greg McKaskle