I have a situation where after a yield(), sometimes (depending on what happened), my datawindow that I want to use is null and sometimes isn't. When it is null, I'm crashing. So, I want to check for null, but when I tried IsNull(dw_name_of_datawindow), I get the same crash:
Error : [2]-Null object reference at line...
It appears as though the IsNull() isn't doing what I expected it would.
Is there a preferred way to check to see if a datawindow is null?