astraltango
Programmer
How can I check that a form is open using the variable:
public formVariable as Form
After formVariable is assigned, I realise I could use:
isLoaded(formVariable.Name)
but this would only check if an instance of the form is loaded, ie it may be a different instance of the form referenced in formVariable
public formVariable as Form
After formVariable is assigned, I realise I could use:
isLoaded(formVariable.Name)
but this would only check if an instance of the form is loaded, ie it may be a different instance of the form referenced in formVariable