Link to home
Start Free TrialLog in
Avatar of ezzadin
ezzadin

asked on

VB error "Control Array element '12297' doesn't exist

Hello,

I have a VB application without the source code. I have been running to some issues lately and I get few error messages when I enable the logs for the application. the logs shows this:

error:[frmDisplay][ProcessMessages]
340::Control array element '12297' doesn't exist.
error:[frmDisplay][ProcessMessages]
340::Control array element '2352' doesn't exist.
error:[frmDisplay][ProcessMessages]
340::Control array element '2442' doesn't exist.

more of these error with random number...

what is this exactly and what does it mean?

Thanks


ASKER CERTIFIED SOLUTION
Avatar of Tom Beck
Tom Beck
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ezzadin
ezzadin

ASKER

Thanks for your reply. There are two EXEs, the second one reads a list of data from a table (sql server) and it seems once there are too many data in that table I'm getting that error.

There were about 1900 records and as soon as I deleted 800 records, the error was gone. This seems to be application design issur.

Thanks