one method I use is to create a variable (lets call it mynewvar) in the DataRow object and then override the DataRow's onread method like so:
Sub OnRead( )
Super::OnRead( )
' Insert your code here
if me.measurementvalue >= me.upperaction then
me.mynewvar = me.loweraction...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.