Difference between revisions of "SET INSTRUCT"

From Recital Documentation Wiki
Jump to: navigation, search
Line 14: Line 14:
  
  
==Description==
+
==See Also==
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.
+
[[@...MENU]], [[MENU]], [[SET HELPWINDOW]]
  
  
==See Also==
+
==Description==
@...MENU HELPFILE, SET HELPWINDOW TO, MENU HELPFILE
+
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.
  
  
Line 37: Line 37:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Category:Set_Commands]]
+
[[Category:Set_Commands|INSTRUCT]]

Revision as of 13:53, 11 March 2009

SET INSTRUCT

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