Do not ask me again |
Top Previous Next |
Here you enter the variables related with this feature.
"Flag" variable: When you assign the TRUE value to this variable before calling the Message() function, the "Do not ask me again" feature is activated for the next Message only. This should be a BOOLEAN value, therefore a BYTE type field should be enough. This variable has to be of the TRHEAD type.
"Desired answer" variable: You can specify a button equate to override the user selection when you need that a window response is fixed to a desired value (See the example at the Don't ask me again chapter). As this is a button equate, this should be a LONG and THREADed variable. If you fill this variable, the corresponding button will be used as auto-answer. If you left it blank, the user's choice will be used, as saved in the Messages Control File.
Note: These prompts will be disabled if you activated the "No DCT" option.
|