Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

Hi Again Guys,

I have a problem. I am interested in creating some custom dialog boxes that allow a user to either continue or cancel a script.

For the life of me, I can't figure out how to get it to work. I've looked into the Get (Last Message Choice) area and don't see how to validate it to what a user chooses.

Of course, if the user chooses "Cancel" I want the Script to Exit and if they choose "OK" the script should resume.

Any ideas of how to accomplish this task?

Much Appreciated.

Thanks!

Posted

Nappaadimin

You are on the right track.

There are three buttons on the show dialog box.

The button to the left is the default button.

That would return the value of 1

Your script would look like this

If(get(last message choice)=1

Exit script()

else

Hope this helps

Lionel

continue

This topic is 6257 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.