I have code to show a form: frmAAA.show
I want to have some code to check whether a form is shown. that is, to figure out whether frmAAA.show is executed.
Can anyone help on code plz?
e.g. to check a connection, we can have: if not connection.state = connected. but there is no "state" property for frmAAA, maybe something else?
I want to have some code to check whether a form is shown. that is, to figure out whether frmAAA.show is executed.
Can anyone help on code plz?
e.g. to check a connection, we can have: if not connection.state = connected. but there is no "state" property for frmAAA, maybe something else?