Difference between revisions of "SET MEMOWINDOW"
Helengeorge (Talk | contribs) (→Class) |
Helengeorge (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Edit memo fields in a pop-up window | Edit memo fields in a pop-up window | ||
Line 26: | Line 24: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] |
Latest revision as of 16:23, 23 November 2009
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
APPEND, BROWSE, CHANGE, EDIT, Function Keys, 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