2010-04-19 18:36 UTC
I use this function all over the place to test if a modeless status form is "open", so I can close it.
But is that testing if the form's variable is nil, or is it testing if the form is shown?
I am really only interested in closing a form that is shown of course.
Is IsVisible better? How about IsEnabled?
I was sloppy in the past on this, but now need to know.
I am partially asking because of the thing where current version of ODCL does not allow:
(dcl_form_IsActive myform) if myform is nil.
I can test if something is nil without the dcl_form_IsActive function, so what is it for exactly?
thanks
But is that testing if the form's variable is nil, or is it testing if the form is shown?
I am really only interested in closing a form that is shown of course.
Is IsVisible better? How about IsEnabled?
I was sloppy in the past on this, but now need to know.
I am partially asking because of the thing where current version of ODCL does not allow:
(dcl_form_IsActive myform) if myform is nil.
I can test if something is nil without the dcl_form_IsActive function, so what is it for exactly?
thanks