- Overview
- Directive questioning
- Input box: Immediate input
- Message database
The advanced dialog boxes are windows allowing you to communicate with the user. These windows are used to manage: - the directive questioning: the user answers a question via the buttons containing the text of the action to perform.
- the immediate input: the user enters the desired value in the dialog box.
The security of application data depends on the answers given by the end users to the questions asked in messages. In most cases, these questions are more or less clear. For example, "Do you want to cancel the current deletion? " with the "Yes" or "No" button. To simplify the writing of these messages, whenever calling a function used to dialog with the end user, WINDEV proposes to: - select an existing message
- create a new message via a simple window.
The corresponding code is automatically generated when the different message characteristics are entered. Remark: The generated code uses Dialog. Input box: Immediate input WINDEV proposes a list of messages. These messages cannot be deleted. They constitute the message database. All the new messages are automatically added to the message database. By default, the message database is found in the "Personal\Messages" directory of WINDEV. This directory can be modified in the WINDEV options: - on the "Home" tab, in the "Environment" group, expand "Options" and select "General options of WINDEV".
- in the "Directory" tab, specify the desired directory for the message database.
To delete a message from the message database: - Display the code editor.
- On the "Code" tab, in the "Languages" group, expand "Translate strings" and select "Directive questioning".
- Select the message to delete and click
.
This page is also available for…
|
|
|
|