SET HELP

From Recital Documentation Wiki
Revision as of 15:58, 10 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SET HELP

Class

Screen Forms


Purpose

Determines whether help messages are displayed


Syntax

SET HELP ON | OFF | (<expL>)


See Also

HELP, @...GET


Description

If SET HELP is ON, then Data Dictionary Help or @…GET…HELP messages will be displayed in the message line when a field gains input focus. By default, HELP is ON.


Example

@10,10 say "Event ";
get event;
help "Enter the event name."
set help on
read


Products

Recital Terminal Developer