K
Kamil Dursun
Hi,
I define a new instance of a form as
dim Frm(10) as Form_MyForm
such that I can open 10 instances of the same form.
Later I define new instances as
set Frm(n) = New Form_MyForm
several times. I now have several MyForms on my desktop. The addresses are
stored in Frm(n)
I want to access the data on one of Frm(n) from another module but I have
problems.
I cannot find out the index number of Frm(n) in Forms collection. Neither
can I pass the address of Myform to another module.
I will appreciate any help.
Thanks - Kamil
I define a new instance of a form as
dim Frm(10) as Form_MyForm
such that I can open 10 instances of the same form.
Later I define new instances as
set Frm(n) = New Form_MyForm
several times. I now have several MyForms on my desktop. The addresses are
stored in Frm(n)
I want to access the data on one of Frm(n) from another module but I have
problems.
I cannot find out the index number of Frm(n) in Forms collection. Neither
can I pass the address of Myform to another module.
I will appreciate any help.
Thanks - Kamil