Difference between revisions of "SET MEMOWIDTH"

From Recital Documentation Wiki
Jump to: navigation, search
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET MEMOWIDTH=
 
 
 
==Class==
 
Memos
 
 
 
 
==Purpose==
 
==Purpose==
 
Adjust the display width of memo fields
 
Adjust the display width of memo fields
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
SET MEMOFORMAT, SET MEMOWINDOW, SET WP, MEMOREAD(), MEMOWRITE(), MEMLINES(), MLINE(), MEMOEDIT(), TEXTEDIT(), MLCOUNT(), MEMOLINE()
+
[[?]], [[??]], [[MEMLINES()]], [[MEMOEDIT()]], [[MEMOLINE()]], [[MEMOREAD()]], [[MEMOWRITE()]], [[MLCOUNT()]], [[MLINE()]], [[SET MEMOFORMAT]], [[SET MEMOWINDOW]], [[SET WP]], [[TEXTEDIT()]]
  
  
Line 23: Line 16:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
set memowidth to 60</pre>
+
set memowidth to 60</code>
  
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Category:Set_Commands]]
+
[[Category:Set_Commands|MEMOWIDTH]]
 +
[[Category:Memos]]
 +
[[Category:Memos Set Commands]]

Latest revision as of 16:16, 23 November 2009

Purpose

Adjust the display width of memo fields


Syntax

SET MEMOWIDTH TO <expN>


See Also

?, ??, MEMLINES(), MEMOEDIT(), MEMOLINE(), MEMOREAD(), MEMOWRITE(), MLCOUNT(), MLINE(), SET MEMOFORMAT, SET MEMOWINDOW, SET WP, TEXTEDIT()


Description

The SET MEMOWIDTH TO <expN> command adjusts the display width of a MEMO. This display width will be used as the default in reports. The SET MEMOWIDTH command also affects the MEMLINES() and MLINE() functions, and the ? and ?? commands. The SET MEMOWIDTH TO command does not affect the memo-editing window. By default, MEMOWIDTH is 40.


Example

set memowidth to 60


Products

Recital Server, Recital