Counterpart of Error Indicator element of PG2 in VB
We are using Error Indicator Element(Graphic primitives), with an expression(using IO.status parameter) in data quality property to display data quality status(uncertain,Bad and good) of a hardwired tag on graphic elements.
In PG2 it is working Fine
System: 5.0sp2 revD
We are not able to use IO.status parameter in VB in an expression.
What is exact Counterpart of Error Indicator element of PG2 in VB?
using IO.status parameter is showing error.(snapshot attached) what else we can use instead of IO.status in VB?
Thanks in advance.
Answers
Try checking for subattribute .QualityCode=192
eg
someobject:someaspect:someproperty.QualityCode
.Value is default subproperty in VB6 editor, but can be changed.
Add new comment