SET MEMOCLEAR

From Recital Documentation Wiki
Revision as of 14:30, 10 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SET MEMOCLEAR

Class

Recital Terminal Developer Environment


Purpose

Allows memo pads to refrain from automatic saving and restoring of the screen


Syntax

SET MEMOCLEAR ON | OFF | (<expL>)


See Also

MEMOSAY(), SET PRERECORD TO, SET MEMOCLEAR, SET MEMOWINDOW, SET MEMOWIDTH, MEMOWRITE(), MEMLINES(), MLINE(), MEMOEDIT(), TEXTEDIT(), MLCOUNT(), MEMOLINE(), MEMOTRAN(), HARDCR(), MEMOREAD()


Description

When MEMOCLEAR is set ON, pop-up memo note pads are automatically saved and restored. If MEMOCLEAR is set OFF, then pop-up memo note pads refrain from automatic saving and restoring of the screen. The default setting for MEMOCLEAR is ON.


Example

procedure saymemo
memosay(details,2,41,10,79, "Customer Details")
return

use accounts
set memoclear off
set form to details
set prerecord to saymemo
edit


Products

Recital Terminal Developer