Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5367 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

AFAIK the only way to hide the Continue button is to hide the status area.

Posted

#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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.