SitesMasstec
Programmer
Hello colleagues!
I have a form, let's call it Form1, with some commands in the Init procedure.
Well, when I click on a button in this Form1, it calls Form2, and I can do some operations there. When finishes, it returns to Form1.
I would like Form1 to run again the Init procedure, because some items have to be evaluated again, because of some operations done in Form2.
Is it possible? Every time the program return to Form1, its Init procedure be run again?
Thank you,
SitesMasstec
I have a form, let's call it Form1, with some commands in the Init procedure.
Well, when I click on a button in this Form1, it calls Form2, and I can do some operations there. When finishes, it returns to Form1.
I would like Form1 to run again the Init procedure, because some items have to be evaluated again, because of some operations done in Form2.
Is it possible? Every time the program return to Form1, its Init procedure be run again?
Thank you,
SitesMasstec