next up previous contents
Next: Output Text to Up: Command File Input Previous: Disable Learn Mode

Enable or Disable Learn Mode Indicator

When Learning is enabled, UIPACK will by default (for ViewText and ViewCursor modes of operation) display an indicator at the base of each Menu to show that learning is enabled and to which file. This indicator may be disabled if so desired through the use of this Subprogram.

Short Name Calling Sequence

STATUS = UISHLE(STATE[,OLDSTA])

Long Name Calling Sequence

STATUS = UI_SHOW_LEARN(...)

Input Arguments

STATE (Logical) Show State

Output Arguments

OLDSTA (Logical) Old Show State (Optional)

Function Value

UI__SUCCESS ) Success UISUCC )

UI__NOT_INITIALIZED ) Package not Initialized UININI )

Note:

  1. Setting the STATE Argument to .FALSE. will disable the display of the learning enabled informational message. Setting it to .TRUE. will enable it.
  2. The OLDSTA Argument is optional and, if present, will be set to the State prior to this call (.TRUE. or .FALSE.).


Liz Buckle
Fri Jan 13 17:30:40 CST 1995