Difference between revisions of "SET MEMOWINDOW"
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 12: | Line 12: | ||
==Syntax== | ==Syntax== | ||
SET MEMOWINDOW AT DEFAULT | <expN1>,<expN2> TO <expN3>,<expN4> | SET MEMOWINDOW AT DEFAULT | <expN1>,<expN2> TO <expN3>,<expN4> | ||
+ | |||
SET MEMOWINDOW ON | OFF | (<expL>) | SET MEMOWINDOW ON | OFF | (<expL>) | ||
==See Also== | ==See Also== | ||
− | SET MEMOWIDTH, | + | [[SET MEMOWIDTH]], [[SET WP]], [[MEMLINES()]], [[MEMOEDIT()]], [[MEMOLINE()]], [[MEMOREAD()]], [[MEMOWRITE()]], [[MLCOUNT()]], [[MLINE()]], [[TEXTEDIT()]] |
Line 31: | Line 32: | ||
==Products== | ==Products== | ||
Recital Terminal Developer | Recital Terminal Developer | ||
+ | [[Category:Documentation]] | ||
+ | [[Category:Commands]] | ||
+ | [[Category:Set_Commands|MEMOWINDOW]] |
Revision as of 17:25, 11 March 2009
Contents
SET MEMOWINDOW
Class
Screen Environment
Purpose
Edit memo fields in a pop-up window
Syntax
SET MEMOWINDOW AT DEFAULT | <expN1>,<expN2> TO <expN3>,<expN4>
SET MEMOWINDOW ON | OFF | (<expL>)
See Also
SET MEMOWIDTH, SET WP, MEMLINES(), MEMOEDIT(), MEMOLINE(), MEMOREAD(), MEMOWRITE(), MLCOUNT(), MLINE(), TEXTEDIT()
Description
If MEMOWINDOW is ON, then memos can be edited in a ’pop-up’ window in BROWSE, CHANGE, EDIT, and APPEND. The memo-editing window is activated at top row <expN1>, column <expN2> to bottom row <expN3>, column <expN4> by pressing the [EDIT FIELD] key when the cursor is placed on the memo field. The memo editor used with the window is the same as is used with the MEMOEDIT() and TEXTEDIT() functions. If MEMOWINDOW is set OFF, then the designated text editor that was set with the SET WP command will be opened. By default, MEMOWINDOW is ON and its coordinates are 5, 18 to 18, 62.
Example
set memowindow on set memowindow at 10,10 to 20,60
Products
Recital Terminal Developer