Difference between revisions of "SET INSTRUCT"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Class== | ==Class== | ||
Recital Terminal Developer Environment | Recital Terminal Developer Environment | ||
Line 23: | Line 20: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
procedure main | procedure main | ||
+ | |||
// Procedure to display main menu | // Procedure to display main menu | ||
− | // | + | //... |
+ | |||
return | return | ||
set instruct on | set instruct on | ||
− | menu helpfile main.hlp format main</ | + | menu helpfile main.hlp format main</code> |
Revision as of 12:59, 16 April 2009
Class
Recital Terminal Developer Environment
Purpose
Enables or disables pop-up help
Syntax
SET INSTRUCT ON | OFF | (<expL>)
See Also
@...MENU, MENU, SET HELPWINDOW
Description
If INSTRUCT is set ON, then the pop-up help windows which have been set up with the @...MENU HELPFILE or MENU HELPFILE command can be activated. When INSTRUCT is set OFF, these help facilities are disabled. By default, SET INSTRUCT is OFF.
Example
procedure main // Procedure to display main menu //... return set instruct on menu helpfile main.hlp format main
Products
Recital Terminal Developer