I have a form with multiple frames. Inside each frame there are textboxes. I want to check the contents of each checkbox as the user exits the box. If I use the exit event for a textbox then for some textboxes (the last box visited in the frame) the exit event is not called. As far as i can tell is that this is because exit is called when you change focus to objects on the same frame, but because focus is going to another frame exit is not being called (it gets called when I reenter the frame and select another textbox in the same frame). How can I get my exit event to be called?
I have attached a screen shot of one of my frames.
Last edited by corolla man; Dec 1st, 2005 at 07:44 PM.