Hi
Here is the routine you miss: You can add this manually in the updaterule it's not worth reactivating the whole dataflow. It's just returning 1 as result
*$*$ begin of routine - insert your code only below this line *-*
RESULT = 1.
RETURNCODE = 0.
*$*$ end of routine - insert your code only before this line *-*
that should fix it
Martin