Difference between revisions of "SET MEMOCLEAR"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Class== | ==Class== | ||
Recital Terminal Developer Environment | Recital Terminal Developer Environment | ||
Line 15: | Line 12: | ||
==See Also== | ==See Also== | ||
− | [[ | + | [[HARDCR()]], [[MEMLINES()]], [[MEMOEDIT()]], [[MEMOLINE()]], [[MEMOREAD()]], [[MEMOSAY()]], [[MEMOTRAN()]], [[MEMOWRITE()]], [[MLCOUNT()]], [[MLINE()]], [[SET MEMOWIDTH]], [[SET MEMOWINDOW]], [[SET PRERECORD]], [[TEXTEDIT()]] |
Line 23: | Line 20: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
procedure saymemo | procedure saymemo | ||
memosay(details,2,41,10,79, "Customer Details") | memosay(details,2,41,10,79, "Customer Details") | ||
Line 32: | Line 29: | ||
set form to details | set form to details | ||
set prerecord to saymemo | set prerecord to saymemo | ||
− | edit</ | + | edit</code> |
Revision as of 15:17, 16 April 2009
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
HARDCR(), MEMLINES(), MEMOEDIT(), MEMOLINE(), MEMOREAD(), MEMOSAY(), MEMOTRAN(), MEMOWRITE(), MLCOUNT(), MLINE(), SET MEMOWIDTH, SET MEMOWINDOW, SET PRERECORD, 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