![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, please apologize in case my question was already discussed, I'm pretty new to FMPro. I have a simple script with a unique action, [Delete Record]. When run, a message box is displayed to ask for confirmation. When the Cancel Button is clicked, an error message appears to ask wether the following steps of the script are to be performed. How should I drop this error message, so that the script simply stops, considered I also want the confirmation dialog box to appear. (I tried the "End Of Script" statement without result.) TIA for any help Sylvan |
#3
| |||
| |||
|
|
sylvain garnier <sygar (AT) xiliane (DOT) com> wrote: Hi, please apologize in case my question was already discussed, I'm pretty new to FMPro. I have a simple script with a unique action, [Delete Record]. When run, a message box is displayed to ask for confirmation. When the Cancel Button is clicked, an error message appears to ask wether the following steps of the script are to be performed. How should I drop this error message, so that the script simply stops, considered I also want the confirmation dialog box to appear. (I tried the "End Of Script" statement without result.) TIA for any help Sylvan Show Message [ Buttons: "Cancel", "OK", ""; Data: "Do you really..." ] If [ Status(CurrentMessageChoice) = 1 ] Exit Script End If Delete Record/Request [ No dialog ] -- Henk B |
![]() |
| Thread Tools | |
| Display Modes | |
| |