Uniface Underground -> Undocumented.Features.Only. |
Name | askmess
Display a message and wait for the user’s response. |
Synopsis | askmess{/nobeep}{/question|/info|/warning|/error}
MessageText {, Replies}
The message is of the form Message{~Title} The Replies is of the form: Reply 1 , Reply 2 , ..., Reply n |
Use | Allowed in form components. |
Description | You can specify a title for the askmess window
writting after the message a tilde (~) and the title string
Tested in 7.2.03
|
Example | askmess "Are you sure you want to quit? ~Exit confirmation" |