-
Is there a way to keep the timer running on a child form. I am using the child forms to run identical processes for different places and it runs the code right on loadup but apparently the timer wont run to keep executing the functions every couple minutes. Any Ideas?
Thanks,
John
-
Are you using a Timer Control? If so, I just treid it and it worked for me.
-
MDI
Yeah,
it runs the code first time through, i am running multiple copies of the same form also. other than this problem, everything else works so far.