March 15, 201015 yr I don't use Pause/Resume very much. Does it always give the option to continue in the Status Area? I'd like to remove that option if I can. All User About[Off] doesn't help.
March 15, 201015 yr #prevents script from being canceled Allow User Abort [ Off ] Go to Layout [ “x” ] #Hide the status area and LOCK IT this prevents user from seeing continue and prevents them from navigating to a differant record. Script will continue with an "enter" or a button defined to "resume" script. Show/Hide Status Area [ Lock; Toggle ] #Loop in order to capture results Loop Pause/Resume Script [ Indefinitely ] #check user input and continue or not based on input Exit Loop If [ $X = "whatever" and $Y = "whateverelse" ] Show Custom Dialog [ Title: "Error"; Message: "Something was not entered the way you wanted it to be."; Buttons: “OK”] End Loop Go to Layout [ original layout ] This is what most of mine look like, I do alot of scripted data entry and this seems to work very well.
March 15, 201015 yr Author AFAIK the only way to hide the Continue button is to hide the status area. Interesting, and slightly annoying. Thanks.
Create an account or sign in to comment