Erel (or whoever else knows):
I was wondering if you could please explain in somewhat simple terms what the DoEvents issue is or how that statement can produce an error or crash.
I seem to be confused as to how that statement got mixed in with the recycle twice thing, unless I have missed some other threads or posts.
My concern is that I published an app update today that added a bunch of DoEvents statements to see if it helps with some ANR freezes I've seen in my dev console. Most of these statements were inserted into For...Next loops that process lists and listviews.
I was wondering if you could please explain in somewhat simple terms what the DoEvents issue is or how that statement can produce an error or crash.
I seem to be confused as to how that statement got mixed in with the recycle twice thing, unless I have missed some other threads or posts.
My concern is that I published an app update today that added a bunch of DoEvents statements to see if it helps with some ANR freezes I've seen in my dev console. Most of these statements were inserted into For...Next loops that process lists and listviews.