Hi,
can anyone help me with this: I create several forms and at any moment I want to know the expression of the active form.
for example
MyForm1 = CreateObject("MainForm"
MyForm2 = CreateObject("MainForm"
How will I know at any moment which is the active form
MyForm1 or MyForm2 ?
can anyone help me with this: I create several forms and at any moment I want to know the expression of the active form.
for example
MyForm1 = CreateObject("MainForm"
MyForm2 = CreateObject("MainForm"
How will I know at any moment which is the active form
MyForm1 or MyForm2 ?