Difference between revisions of "SET MEMOWINDOW"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
=SET MEMOWINDOW=
 
 
 
 
==Class==
 
==Class==
 
Screen Environment
 
Screen Environment
Line 17: Line 14:
  
 
==See Also==
 
==See Also==
[[SET MEMOWIDTH]], [[SET WP]], [[MEMLINES()]], [[MEMOEDIT()]], [[MEMOLINE()]], [[MEMOREAD()]], [[MEMOWRITE()]], [[MLCOUNT()]], [[MLINE()]], [[TEXTEDIT()]]   
+
[[MEMLINES()]], [[MEMOEDIT()]], [[MEMOLINE()]], [[MEMOREAD()]], [[MEMOWRITE()]], [[MLCOUNT()]], [[MLINE()]], [[SET MEMOWIDTH]], [[SET WP]], [[TEXTEDIT()]]   
  
  
Line 25: Line 22:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
 
set memowindow on
 
set memowindow on
set memowindow at 10,10 to 20,60</pre>
+
set memowindow at 10,10 to 20,60</code>
  
  

Revision as of 15:58, 16 April 2009

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

MEMLINES(), MEMOEDIT(), MEMOLINE(), MEMOREAD(), MEMOWRITE(), MLCOUNT(), MLINE(), SET MEMOWIDTH, SET WP, 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