PB2022 R2 2819, this code:
window lw_wnd
string ls_classname
if ( IsNULL( lw_window )) then return
ls_classname = ClassName( lw_window )
triggers "Null object reference" at line 4 exception.
Is this correct and expected behavior? Or is it something new in PB2022?
Is there anybody who could check it in PB2021 or older?
Thank you
Yes, IsValid should be used and NOT IsNull for that validation check! ;-)
Regards ... Chris