Results 1 to 3 of 3

Thread: No access to form unless and event occurs on form w/ focus

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2000
    Location
    bebenia, PA, USA
    Posts
    241
    How do I make it so a user cannot access the form that does not have focus unless an event occurs on the form with focus?

  2. #2
    Guest

    Wink

    Just set form.enabled = False ; it'll reject all user input on all controls until you're ready. Otherwise, make the form in front of it modal.

    -John

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Mar 2000
    Location
    bebenia, PA, USA
    Posts
    241
    Yes, modal is what I was looking for I couldn't remember thank you!!!

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