Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread List out of bounds during TDBISAMTable.Create V3.3
Tue, Aug 4 2009 6:47 AMPermanent Link

"Dominique Willems"
Some customers are getting sporadic "List out of bounds (51)" errors
during a TDBISAMTable.Create(Application) inside a thread.

Quite sporadic and probably very hard to determine the cause, but one
never knows if anyone might have a hint what to look for.

V3.3

Thanks and cheers,
Dom
Tue, Aug 4 2009 2:15 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Dom,

<< Some customers are getting sporadic "List out of bounds (51)" errors
during a TDBISAMTable.Create(Application) inside a thread.

Quite sporadic and probably very hard to determine the cause, but one never
knows if anyone might have a hint what to look for. >>

Don't use (Application), instead use (nil) and don't give the component an
owner.

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Aug 4 2009 3:27 PMPermanent Link

"Dominique Willems"
Tim Young [Elevate Software] wrote:
> Don't use (Application), instead use (nil) and don't give the
> component an owner.

I was getting a feeling that might have something to do with it. Will
do. Thanks!
Image