Difference between revisions of "SET HELP"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 21: | Line 21: | ||
==Example== | ==Example== | ||
<code lang="recital"> | <code lang="recital"> | ||
− | @10,10 say "Event " | + | @10,10 say "Event " get event; |
− | + | ||
help "Enter the event name." | help "Enter the event name." | ||
set help on | set help on | ||
Line 33: | Line 32: | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Set_Commands|HELP]] | [[Category:Set_Commands|HELP]] | ||
+ | [[Category:Screen Forms]] | ||
+ | [[Category:Screen Forms Set Commands]] |
Revision as of 10:26, 3 June 2009
Class
Screen Forms
Purpose
Determines whether help messages are displayed
Syntax
SET HELP ON | OFF | (<expL>)
See Also
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