Issues with Button Box and exiting script with Throw().
I have a script written to get user input on a start/stop date and time for production data. In the window, there are two buttons, an OK and Cancel. Everything associated with the output after entering the data and clicking OK is okay. The problems are with the Cancel button. For one, I was reading that Throw() will exit out of the script. If you run the example below, clicking cancel will ou...