index    previous    next
 
message

MESSAGE

The MESSAGE control is used to display status and error messages on the form. The MESSAGE control cannot be written to by the user while the form is being dispalyed, it can only be written to by the system.

MESSAGE controls can be made to be invisible against the form until the a message is displayed in them. They can be used as dynamic LABEL controls.

LABEL control cannot be written to at run time. Use an invisible MESSAGE control instead.