ecucurella
Programmer
We have an application with one form.
Dinamically we create instances of this form inside an array.
We have found an error when we create the twentieth form aprox., there are two errors:
- Out of memory (error number 7)
- Unexpected error (error number 50003)
Is there a limitation of the number of forms that we can create dinamically?
How we can solve this error?
Thanks,
Dinamically we create instances of this form inside an array.
We have found an error when we create the twentieth form aprox., there are two errors:
- Out of memory (error number 7)
- Unexpected error (error number 50003)
Is there a limitation of the number of forms that we can create dinamically?
How we can solve this error?
Thanks,