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

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

Recommended Posts

Posted

When I create a custom dialog box, I have the choice to label 3 buttons. The default is "cancel." How do I tell the script to do something different based on which button the user selects?

Posted

In your script use an

If [Get(LastMessageChoice) = 1]

do the button 1 stuff

ElseIf [Get(LastMessageChoice) = 2]

do the button 2 stuff

Else

do the button 3 stuff

End If

One think to remember if you want to enter data via the custom dialog box only, button 1 will pass the data on.

Posted

Thanks! I have the gigantic FMP7 Bible book and just couldn't seem to find it. I have been using FMP now for 9 days. I have no prior database experience, so thanks for you patience!

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