|
Previous Top Next |
| Description
|
|
|
| This routine is used to display an error or general message in various formats and positions on the screen.
|
| Syntax
|
|
|
| MV.DISP (Style, Message)
|
|
|
| This passes data directly to the routine and does NOT use the common area:
|
|
|
|
| The variable Style can be:
|
|
| Style 4 passes the option selection in the variable "Param".
|
| ** MESSAGE can be:
|
|
|
| · | Any text providing it contains at least one space.
|
| · | Any DIALOG id to a record in the file _DIALOG providing it is alphanumeric with no spaces and no commas.
|
| · | Any file name followed by a comma followed by a record id, providing there are no spaces in the MESSAGE data.
|
| · | Data in the format [nnn] where nnn can be:
|
| · | Any number, which will be the line number within the record MESSAGE in the file _CONTROL that contains the text.
|
| · | Any number prefixed with "U", which will be the line number within the record MESSAGE in _CONTROL that contains the text.
|
| · | Any number prefixed with "D", which will be the line number within the record MVMESSAGE in _CONTROL that contains the text.
|
| · | Any number prefixed with "M", which will be the line number within the record MVDIALOG in _CONTROL that contains the text.
|