Debug Help

How am I supposed to debug something like this?

I’m unable to figure what in that form is causing the NIL exception. If I click “NilObjectException”, it just says error number 0. It also isn’t happening every time. It’s random.

Any help would be appreciated. Thanks.

It looks to me like winSelectAccount could be NIL.
To answer your question: Click on “WE” in the debugger. I guess winSelectAccount should be a property of it. If it is so, you should be able to see it in the debugger now, and if it should be NIL, you know you forgot to cast a “New” on it.