Select to view content in your preferred language

limit to the number of forms?

1354
0
05-22-2013 11:44 AM
SandraDema
Emerging Contributor
[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?
Tags (3)
0 Kudos
0 Replies