Difference between revisions of "SET MEMOCLEAR"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 15: | Line 15: | ||
==See Also== | ==See Also== | ||
− | + | [[SET MEMOCLEAR]], [[SET MEMOWINDOW]], [[SET MEMOWIDTH]], [[SET PRERECORD]], [[HARDCR()]], [[MEMLINES()]], [[MLCOUNT()]], [[MLINE()]], [[MEMOEDIT()]], [[MEMOLINE()]], [[MEMOREAD()]], [[MEMOSAY()]], [[MEMOTRAN()]], [[MEMOWRITE()]], [[TEXTEDIT()]] | |
Line 37: | Line 37: | ||
==Products== | ==Products== | ||
Recital Terminal Developer | Recital Terminal Developer | ||
+ | [[Category:Documentation]] | ||
+ | [[Category:Commands]] | ||
+ | [[Category:Set_Commands|MEMOCLEAR]] |
Revision as of 17:18, 11 March 2009
Contents
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
SET MEMOCLEAR, SET MEMOWINDOW, SET MEMOWIDTH, SET PRERECORD, HARDCR(), MEMLINES(), MLCOUNT(), MLINE(), MEMOEDIT(), MEMOLINE(), MEMOREAD(), MEMOSAY(), MEMOTRAN(), MEMOWRITE(), TEXTEDIT()
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