View Single Post
  #2  
Old 03-06-2003, 08:43 PM
james_cline james_cline is online now
Registered User
 
Join Date: 01-21-2003
Posts: 7
Editing of properties of multiple steps at once is not currently supported (although it is on the list to suport). Within the GUI, you would have to edit each one individually (you can move between steps with the Prev/Next buttons without closing the step properties dialog). If you have a lot of steps to modify, other options would be to write script code in a Run Script step to iterate over the steps and change the IgnoreFailure property or write some XML DOM code to manipulate the BLD file directly.
You currently have to multi-select, including child steps to move them with a group (in the next release, child steps will be automatically moved/copied if the parent step is collapsed).
Reply With Quote