kcsahu777
14 years agoContributor
(Null Object) issue
When trying to access the flex datagrid the cell values sometimes populated and some time it shows as (Null Object).
While using the cell values for string concate it gives below error when the value is (Null Object).
"Microsoft VBScript runtime error Object variable not set"
If I try "is nothing" to check if it is (Null Object), it works fine when value is (Null Object), but gives error as below when cell has some value.
"Microsoft VBScript runtime error Object required"
While using the cell values for string concate it gives below error when the value is (Null Object).
"Microsoft VBScript runtime error Object variable not set"
If I try "is nothing" to check if it is (Null Object), it works fine when value is (Null Object), but gives error as below when cell has some value.
"Microsoft VBScript runtime error Object required"