View Single Post
  #5  
Old 10-21-2005, 11:45 AM
Ken Ken is online now
Registered User
 
Join Date: 05-08-2003
Posts: 20
OK,
I am building over a 100 different files and I want to record at the highest level of subroutines when it fails. So when I execute a "Build File" subroutine call(Which calls other subroutines), it's going to pass/fail. On ether case, I would like it to continue so I will have the "Ignore Failures" checked.

But I would like to see if it pass/failed at the higher levels by the result of that subroutine call. I would expect that I need to force the result in LastStepStatus so when it returns this value has the correct Pass/Fail value in it.

Ken
Reply With Quote