Please help.
I am working on VB6. I got a project which was built on VB4.
One of the form contains a control array of text boxes.
When I run my application, at first instance it runs properly.
I end the project and restart it(I have not ended the vb application)
When I load the above form I get an error of control array like this:
"Control array element 1 does not exist".
or
"Run time error 340, Control array element 1 does not exist".
How to solve this problem.
Not only this. This is an inconsistent problem.
The next time it is not the same error.It may be the error of another element of the same control array like :
"Control array element 5 does not exist".
or
"Run time error 340, Control array element 5 does not exist".
if anybody can help please let me know.
Thank you.
I am working on VB6. I got a project which was built on VB4.
One of the form contains a control array of text boxes.
When I run my application, at first instance it runs properly.
I end the project and restart it(I have not ended the vb application)
When I load the above form I get an error of control array like this:
"Control array element 1 does not exist".
or
"Run time error 340, Control array element 1 does not exist".
How to solve this problem.
Not only this. This is an inconsistent problem.
The next time it is not the same error.It may be the error of another element of the same control array like :
"Control array element 5 does not exist".
or
"Run time error 340, Control array element 5 does not exist".
if anybody can help please let me know.
Thank you.