J
JonOfAllTrades
Good afternoon.
I often need to update the contents of other forms. If a form is not
visible, I would like to skip it, to avoid unnecessarily opening the form.
I've tried using "If Form_Name.Visible," but it is not always correct - I've
had it report false positives and negatives.
What's a better way to see if a form has been opened?
Thank you.
I often need to update the contents of other forms. If a form is not
visible, I would like to skip it, to avoid unnecessarily opening the form.
I've tried using "If Form_Name.Visible," but it is not always correct - I've
had it report false positives and negatives.
What's a better way to see if a form has been opened?
Thank you.