ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Displaying a Yes/No dialog box Hide the details
Identifies the button selected by the user:No0The [NO] button was chosen by the useror he has closed the dialog box via the 'X' icon.Yes1The [YES] button was chosen by the user
Button selected by default in the dialog box:No0selected by defaultYes(Default value)1selected by default
Text to display.
Text displayed on the following lines.
Displaying a Yes/No dialog box on the browser Hide the details
Button selected by default in the dialog box:No0[NO] button selected by defaultYes(Default value)1[YES] button selected by default
Code to run if the Yes button is chosen by the Web user. This parameter can correspond to:the name of a button. If the Yes button is selected, the click code of this button will be run.the name of a browser function or procedure. If the Yes button is selected, this procedure will be run.a string or another value. If the Yes button is selected, the value will be run as being a JavaScript code.
Code to run if the No button is chosen by the Web user. This parameter can correspond to:the name of a button. If the No button is selected, the click code of this button will be run.the name of a browser function or procedure. If the No button is selected, this procedure will be run.a string or another value. If the No button is selected, the value will be run as being a JavaScript code.
Characteristics of dialog box
Displaying the dialog box
Line break in the dialog box
Miscellaneous
Last update: 11/27/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: