Results 1 to 3 of 3

Thread: [RESOLVED] Exit event

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2005
    Posts
    2

    [RESOLVED] Exit event

    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.
    Attached Images Attached Images  
    Last edited by corolla man; Dec 1st, 2005 at 07:44 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width