Difference between revisions of "SET MEMOEXT"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET MEMOEXT=
 
 
 
==Class==
 
Memos
 
 
 
 
==Purpose==
 
==Purpose==
 
Specify the file extension for memo files
 
Specify the file extension for memo files
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
EDITFIELD(), FILETYPE(), INDEXEXT(), MEMLINES(), MEMOEDIT(), MEMOLINE(), MEMOREAD(), MEMOWRITE(), MLCOUNT(), MLINE(), TEXTEDIT(), SET CLIPPER, SET CLIPPER5, SET COMPATIBLE, SET EDITFIELD, SET FILECASE, SET FILETYPE, SET INDEXEXT, SET MEMOWIDTH, SET MEMOWINDOW, SET PCEXACT, SET PCFILTER, SET PCGRAPHICS, SET PCKEYS, SET PCLOCKING, SET PCPICTURE, SET PCSAYS, SET PCUNIQUE, SET WP, DB_FOXPLUSBUGS, DB_FOXPROKEYS, DB_SAMBA
+
[[CALENDAR]], [[DB_FOXPLUSBUGS]], [[DB_FOXPROKEYS]], [[DB_SAMBA]], [[EDITFIELD()]], [[FILETYPE()]], [[INDEXEXT()]], [[MEMLINES()]], [[MEMOEDIT()]], [[MEMOLINE()]], [[MEMOREAD()]], [[MEMOWRITE()]], [[MLCOUNT()]], [[MLINE()]], [[SET CLIPPER]], [[SET CLIPPER5]], [[SET COMPATIBLE]], [[SET EDITFIELD]], [[SET FILECASE]], [[SET FILETYPE]], [[SET INDEXEXT]], [[SET MEMOWIDTH]], [[SET MEMOWINDOW]], [[SET PCEXACT]], [[SET PCFILTER]], [[SET PCGRAPHICS]], [[SET PCKEYS]], [[SET PCLOCKING]], [[SET PCPICTURE]], [[SET PCSAYS]], [[SET PCUNIQUE]], [[SET WP]], [[TEXTEDIT()]]
  
  
Line 23: Line 16:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
 
calendar menu schedule file yyy
 
calendar menu schedule file yyy
 
set indexext to ".sdx"
 
set indexext to ".sdx"
 
set memoext to ".sdt"
 
set memoext to ".sdt"
use yyy.sdb index yyy</pre>
+
use yyy.sdb index yyy</code>
  
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 +
[[Category:Documentation]]
 +
[[Category:Commands]]
 +
[[Category:Set_Commands|MEMOEXT]]
 +
[[Category:Memos]]
 +
[[Category:Memos Set Commands]]

Latest revision as of 16:18, 23 November 2009

Purpose

Specify the file extension for memo files


Syntax

SET MEMOEXT TO <expC>


See Also

CALENDAR, DB_FOXPLUSBUGS, DB_FOXPROKEYS, DB_SAMBA, EDITFIELD(), FILETYPE(), INDEXEXT(), MEMLINES(), MEMOEDIT(), MEMOLINE(), MEMOREAD(), MEMOWRITE(), MLCOUNT(), MLINE(), SET CLIPPER, SET CLIPPER5, SET COMPATIBLE, SET EDITFIELD, SET FILECASE, SET FILETYPE, SET INDEXEXT, SET MEMOWIDTH, SET MEMOWINDOW, SET PCEXACT, SET PCFILTER, SET PCGRAPHICS, SET PCKEYS, SET PCLOCKING, SET PCPICTURE, SET PCSAYS, SET PCUNIQUE, SET WP, TEXTEDIT()


Description

The SET MEMOEXT command is used to specify file extensions for memo files. If <expC> is omitted then the memo extension is set to the default extension ’.dbt.’ This command is useful for opening memo files that have been created with the CALENDAR MENU SCHEDULE command.


Example

calendar menu schedule file yyy
set indexext to ".sdx"
set memoext to ".sdt"
use yyy.sdb index yyy


Products

Recital Server, Recital