View Single Post
  #2  
Old 07-23-2009, 03:33 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
This appears to be a bug in v6.0 and later that only occurs when building all failure steps and the first failure step calls a subroutine. The following workarounds can be used:

1) Add a step before the Subroutine Call step (i.e., a Group or Log Message step) so that the Subroutine Call step is not the first failure step.

or

2) Add an Exit step at the end of the subroutine that is called from the failure steps.

http://www.kinook.com/VisBuildPro/Manual/exitaction.htm
Reply With Quote