I just spent an hour trying to track down the untrackable bug. I knew I was going to be pissed when I found it and I am!!!!!!!!!!!!!!!!!![]()
![]()
I kept ending up at the same class, but kept not finding anything (BAD BAD). So I finally give up and get all my DLLs running in the IDE at once. Program slowly churns along as the commands are sent back and forth (loading thousands of items from a file)
10 minutes later I zero in on this:
VB Code:
Private Property Get DataList_toNext() As DataList DataList_toNext = Data.toNext End Property
which needs a SET in front.
ARGH!!!!!!!!!!!




Reply With Quote