[ATTACH=CONFIG]24589[/ATTACH]
I have a program written in vbscript. Everything seems to be running along fine until I get to form 14. The program become unresponsive and I have to kill it in task manager.
I have verified there is not an error in the code, checked for infinite loops and the like. I even went as far as deleting all of the code in the background. The only code that I left in was the .close and the .show statements.
And it doesn't seem to matter the order I present the forms (ie I show A then B then C vs B then C then A) . Once I hit the magic number 14, the program freezes.
Is there a limit to the number of forms one can have during an edit session? Or maybe there is a memory limit?