ianmuir Posted January 28, 2010 Posted January 28, 2010 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
efen Posted January 28, 2010 Posted January 28, 2010 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"
Recommended Posts
This topic is 5413 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now