I have a program which uses a lot of textfields. At times, the number of text fields will be over 6000 or 7000. For most of the textfields, only integer or other numeric values are used.
The way the program works is it starts with very few textfields. The user can enter a selection which will then bring up a large number of fields. If the users option selects over 3000 fields the out of memory error occurs.
Is there any way to get rid of the out of memory errors? Please let me know.
The way the program works is it starts with very few textfields. The user can enter a selection which will then bring up a large number of fields. If the users option selects over 3000 fields the out of memory error occurs.
Is there any way to get rid of the out of memory errors? Please let me know.