Difference between revisions of "SET MEMOEXT"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 32: Line 32:
 
==Products==
 
==Products==
 
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
 
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
 +
[[Category:Documentation]]
 +
[[Category:Commands]]
 +
[[Category:Set_Commands]]

Revision as of 17:11, 10 March 2009

SET MEMOEXT

Class

Memos


Purpose

Specify the file extension for memo files


Syntax

SET MEMOEXT TO <expC>


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


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 Database Server, Recital Mirage Server, Recital Terminal Developer