View Single Post
  #2  
Old 08-20-2004, 01:40 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,032
One way would be to use a field override and have the checkbox value be based on a macro's value. See 'field override' in the help index for details on that.

Otherwise, if you have the step object for that step, the script code

Step.Property("Recurse") = True ' or False

would set it.
Reply With Quote