Syntax

FDEND

Meaning

FDEND finishes a FACS definition. The FACS name is a logical name that refers to a database table.

Example

Example of a FACS file declaration:

FDSTART MYBOOK '../data+document>book'

au IS MYBOOK_Author

ti IS MYBOOK_Title

%0 IS MYBOOK_Priref

FDEND

Result

BOOK_Author for example, is now an alias for the field tag au in the FACS buffer MYBOOK, which in turn refers to field tag au in the book dataset in the document database definition.

See also

Click here for general information about FACS.