Difference between revisions of "CATALOG()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
''Deprecated in Recital 10'' | ''Deprecated in Recital 10'' | ||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Line 32: | Line 28: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] |
Latest revision as of 16:03, 27 November 2009
Deprecated in Recital 10
Purpose
Function to return the name of the currently active catalog file
Syntax
CATALOG()
See Also
DESIGN, INFO, SET CATALOG, SET DESIGN, SET OPTIMIZE, SET TITLE
Description
The CATALOG() function returns the name of the currently active catalog file. If no catalog file is in use, the CATALOG() function returns a null string.
A catalog file is an object used to group and access files that pertain to a single application. Catalogs allow you to define your work environment by adding only those files that are needed. The Recital Information Center displays catalogs of files by listing filenames in "panels" of the following categories: Data, Text, Form, Report, Label, and Program.
Example
set catalog to customer ?catalog() customer.cat
Products
Recital