Script and Buttons within a custom message
3 posts
• Page 1 of 1
|
I would like to display a custom message that allows the user to delete a portal row. I made a script to display a custom message but the buttons in the message do nothing. I understand I need some script that indicates IF choose button one (ok/delete) Continue Script and IF choose button two (cancel) Exit Script. How do I define these buttons in FMP 7
|
Posts: 46
Joined: Thu Aug 19, 2004 6:33 pm Location: Minneapolis, MN |
Pretty easy:
... Custom Dialog [...] If [ get(lastmessagechoice) = 2 ] Exit Script End If ... Just make sure the If[] is immediately after the Custom Dialog, or store the last message choice in a global if you need to do other things first. |
|
You were right on!
|
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 3 guests