Forum Discussion
ramu6309
14 years agoOccasional Contributor
Hello Denis,
Use "IsSupported" function before you are using the property of an object.So that u won't get errors like you mentioned.
Eg: If IsSupported(Object,"PropertyName) Then 'Suppose if you want to get wndCaption
Log.Message Object.PropertyName
End if
I hope it solves your issue
Regards,
Ramarao
Use "IsSupported" function before you are using the property of an object.So that u won't get errors like you mentioned.
Eg: If IsSupported(Object,"PropertyName) Then 'Suppose if you want to get wndCaption
Log.Message Object.PropertyName
End if
I hope it solves your issue
Regards,
Ramarao