clrmess

Clear all text from the message frame and message line.

clrmess

Return Values

None

Use

Allowed in all component types.

Description

The clrmess statement clears all text from the message frame. The store and erase statements also clear the message frame.

Note:  In the Debugger, clrmess is disabled by default.

The following example shows the use of the clrmess statement:

operation exec
  clrmess
  putmess "Form %%$formname loaded at %%$time."
  edit
end; exec

Related Topics