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:Non (or 0)The user has selected the [ NON] button.or he has closed the dialog box via the 'X' icon.Oui (or 1)The user has selected the [ YES] button
Button selected by default in the dialog box:Non (or 0)The "No" button is selected by Default. Oui (or 1)(Default value)The "Yes" button is selected 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:Non (or 0)[NO] button selected by defaultOui (or 1)(Default value)[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: 03/22/2021
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: