Bonch macrumors 6502 Original poster May 28, 2005 442 1 Lithuania Nov 15, 2010 #1 I have a button that runs a script. When the button is pressed, I want a custom dialog box to come up asking if they really want to run the script, or if they want to cancel. How do I do this? Thank you!
I have a button that runs a script. When the button is pressed, I want a custom dialog box to come up asking if they really want to run the script, or if they want to cancel. How do I do this? Thank you!
B BertyBoy macrumors 6502 Feb 1, 2009 326 0 Nov 15, 2010 #2 Start by at least letting us know which version of FileMaker you are running. If there's any more details you want to provide to help us, please do so.
Start by at least letting us know which version of FileMaker you are running. If there's any more details you want to provide to help us, please do so.
Bonch macrumors 6502 Original poster May 28, 2005 442 1 Lithuania Nov 15, 2010 #3 FM11. I did it back in FM8, I just can't remember how. Something to do with error capture in the script I think, but not sure. It's basically the same idea when you go to delete a record and a dialog pops up to confirm if you really want to.
FM11. I did it back in FM8, I just can't remember how. Something to do with error capture in the script I think, but not sure. It's basically the same idea when you go to delete a record and a dialog pops up to confirm if you really want to.
S sebastijan macrumors member May 22, 2005 62 2 London, UK Nov 15, 2010 #4 Show Custom Dialog If [Get(LastMessageChoice) = 1] // Do something .. Else // Do something .. End If
chown33 Moderator Staff member Aug 9, 2009 11,453 9,686 A sea of green Nov 15, 2010 #6 Obvious google search terms: filemaker custom dialog Top hit: http://fmhelp.filemaker.com/fmphelp_10/en/html/scripts_ref2.37.55.html Just sayin'.
Obvious google search terms: filemaker custom dialog Top hit: http://fmhelp.filemaker.com/fmphelp_10/en/html/scripts_ref2.37.55.html Just sayin'.