VA FileMan V. 22.0 Programmer Manual Banner


 

Main Chapter Getting Started Manual Advanced User Manual

Database Server (DBS) API


FILELST^DID( ): DD File List Retriever

This procedure returns a list of file-level attributes that are supported by FileMan. It shows specifically which attributes the Data Dictionary retriever calls can return.

Format
FILELST^DID(TARGET_ROOT)
Input Parameters
TARGET_ROOT

(Required) The root of an output array.

Output
TARGET_ROOT

The descendents of the array root are subscripted by the attribute names. "WP" nodes indicate that the attribute consists of a word processing field. "M" nodes indicate that the attribute can consist of multiple sub-attributes.

Example
    >D FILELST^DID("TEST")
    
    >ZW TEST
    TEST("ARCHIVE FILE")=
    TEST("AUDIT ACCESS")=
    TEST("DATE")=
    TEST("DD ACCESS")=
    TEST("DEL ACCESS")=
    TEST("DESCRIPTION")=
    TEST("DESCRIPTION","#(word-processing)")=
    TEST("DEVELOPER")=
    TEST("DISTRIBUTION PACKAGE")=
    TEST("ENTRIES")=
    TEST("GLOBAL NAME")=
    TEST("LAYGO ACCESS")=
    TEST("LOOKUP PROGRAM")=
    TEST("NAME")=
    TEST("PACKAGE REVISION DATA")=
    TEST("REQUIRED IDENTIFIERS")=
    TEST("REQUIRED IDENTIFIERS","#","FIELD")=
    TEST("RD ACCESS")=
    TEST("VERSION")=
    TEST("WR ACCESS")=

"RD ACCESS" New/Updated with VA FileMan V. 22.0 in the example above is a new ATTRIBUTES Input Parameter.

 


Reviewed/Updated: March 10, 2007