View Full Version : Check if form is open


PrincessBretti
07-25-2001, 01:38 AM
Hi,
is there anyway to check if a particular form is open, from a different form?

I need to update two or more popup forms if a main form is clcicked upon.

Thanks

Princess

Rich
07-25-2001, 01:46 AM
Look for the Isloaded function in Northwind,
If IsLoaded("formName") Then
HTN

PrincessBretti
07-25-2001, 02:40 AM
Thats great thanks!

Princess