January 28, 201015 yr Hi, I have a layout with 6 buttons on it. Each one runs a different script. The last button is "Job Cancelled" What i need is a script that when the "job canceled" button is clicked the other buttons are disabled so the job can go no further. Thanks
January 28, 201015 yr Create a number field StopJob Precede every one of the scripts on the other five buttons with the subscript: If StopJob = 1 Exit script End if On the sixth button have a script Set field StopJob; "1"
Create an account or sign in to comment