Difference between revisions of "SET MEMOWIDTH"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
(See Also)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Adjust the display width of memo fields
 
Adjust the display width of memo fields
 
  
 
==Syntax==
 
==Syntax==
 
SET MEMOWIDTH TO <expN>
 
SET MEMOWIDTH TO <expN>
 
  
 
==See Also==
 
==See Also==
[[?]], [[??]], [[MEMLINES()]], [[MEMOEDIT()]], [[MEMOLINE()]], [[MEMOREAD()]], [[MEMOWRITE()]], [[MLCOUNT()]], [[MLINE()]], [[SET MEMOFORMAT]], [[SET MEMOWINDOW]], [[SET WP]], [[TEXTEDIT()]]  
+
[[?]], [[??]], [[HARDCR()]], [[MEMLINES()]], [[MEMOLINE()]], [[MEMOREAD()]], [[MEMOTRAN()]], [[MEMOWRITE()]], [[MLCOUNT()]], [[MLINE()]], [[SET MEMOCR]], [[SET MEMOFORMAT]], [[SET MEMOHARDCR]], [[SET MEMOSOFTCR]]
 
+
  
 
==Description==
 
==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.
 
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==
 
==Example==
 
<code lang="recital">
 
<code lang="recital">
set memowidth to 60</code>
+
set memowidth to 60
 
+
</code>
  
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Set_Commands|MEMOWIDTH]]
 
[[Category:Set_Commands|MEMOWIDTH]]
 +
[[Category:NoSQL Commands]]
 
[[Category:Memos]]
 
[[Category:Memos]]
[[Category:Memos Set Commands]]
 

Latest revision as of 06:02, 19 August 2022

Purpose

Adjust the display width of memo fields

Syntax

SET MEMOWIDTH TO <expN>

See Also

?, ??, HARDCR(), MEMLINES(), MEMOLINE(), MEMOREAD(), MEMOTRAN(), MEMOWRITE(), MLCOUNT(), MLINE(), SET MEMOCR, SET MEMOFORMAT, SET MEMOHARDCR, SET MEMOSOFTCR

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