Difference between revisions of "SET INSTRUCT"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 35: Line 35:
 
==Products==
 
==Products==
 
Recital Terminal Developer
 
Recital Terminal Developer
 +
[[Category:Documentation]]
 +
[[Category:Commands]]
 +
[[Category:Set_Commands]]

Revision as of 17:08, 10 March 2009

SET INSTRUCT

Class

Recital Terminal Developer Environment


Purpose

Enables or disables pop-up help


Syntax

SET INSTRUCT ON | OFF | (<expL>)


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.


See Also

@...MENU HELPFILE, SET HELPWINDOW TO, MENU HELPFILE


Example

procedure main
// Procedure to display main menu
//…
return

set instruct on
menu helpfile main.hlp format main


Products

Recital Terminal Developer