David Jondreau Posted March 15, 2010 Posted March 15, 2010 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.
Fitch Posted March 15, 2010 Posted March 15, 2010 AFAIK the only way to hide the Continue button is to hide the status area.
aholtzapfel Posted March 15, 2010 Posted March 15, 2010 #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.
David Jondreau Posted March 15, 2010 Author Posted March 15, 2010 AFAIK the only way to hide the Continue button is to hide the status area. Interesting, and slightly annoying. Thanks.
Recommended Posts
This topic is 5367 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