Hi all,
I cant find out how to refer to a form in my program
I have Form (Eg FORM1) with a formset that contains 2 forms (FormA and FormB)
when I click on a button on Form1.FormA I hide FormA
and run a new form (Form2) whit 2 forms(FormC and FormD)
Well, when I release Form2 I want to show FormA
I can do it with ACTIVATE WINDOW FormA but if I try to reference it by Form1.FormA.Show
I receive error
Object Form1 not found
Same error when I try to refer a Form property by a program
It is sure possible but I cant find out how
Any suggestions??
Thank you Andrea C.P.
Italy
I cant find out how to refer to a form in my program
I have Form (Eg FORM1) with a formset that contains 2 forms (FormA and FormB)
when I click on a button on Form1.FormA I hide FormA
and run a new form (Form2) whit 2 forms(FormC and FormD)
Well, when I release Form2 I want to show FormA
I can do it with ACTIVATE WINDOW FormA but if I try to reference it by Form1.FormA.Show
I receive error
Object Form1 not found
Same error when I try to refer a Form property by a program
It is sure possible but I cant find out how
Any suggestions??
Thank you Andrea C.P.
Italy