Oct 18, 2005 #1 mitch77 Programmer Joined Nov 16, 2000 Messages 42 Location PT Hi, I am working with MDI Forms, and i want to verify if a form is alredy open, and if that form is alredy open then, do nothing. Thanks, Mitch
Hi, I am working with MDI Forms, and i want to verify if a form is alredy open, and if that form is alredy open then, do nothing. Thanks, Mitch
Oct 18, 2005 #2 chiph Programmer Joined Jun 9, 1999 Messages 9,878 Location US You can look at the MdiChildren collection property on the MDI parent form, and iterate through it, looking for your form. Chip H. ____________________________________________________________________ Donate to Katrina relief: http://s1.amazon.com/paypage/PELYGQVJ8Q7IB/103-6821258-5919825If you want to get the best response to a question, please read FAQ222-2244 first Upvote 0 Downvote
You can look at the MdiChildren collection property on the MDI parent form, and iterate through it, looking for your form. Chip H. ____________________________________________________________________ Donate to Katrina relief: http://s1.amazon.com/paypage/PELYGQVJ8Q7IB/103-6821258-5919825If you want to get the best response to a question, please read FAQ222-2244 first