Z
zeeshaan
Guest
Before I had the method2() completely in construcotr, I removed the code and made it as method2(). Now, in the constructor I am just calling a method and nothing more. Like I have shown in my code, method2(). Then method2() calls 3 more methods where method1() is one of them. The method1() has the find statement for table, and when I run this program on a task scheduler in Windows 7 machine with o/e 10.2B. It gives me the failed error. If I run the program with task scheduler on Windows xp machine with o/e 10.2B then it just runs perfectly. I really don't understand where the problem is.
Continue reading...
Continue reading...