VA FileMan V. 22.0 Programmer Manual Banner


 

Main Chapter Getting Started Manual Advanced User Manual

Database Server (DBS) API


FIELDLST^DID( ): DD Field List Retriever

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

Format
FIELDLST^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.

Example

Below is a partial capture of what is returned:

    >D FIELDLST^DID("TEST")

    >ZW TEST
    TEST("AUDIT")=
    TEST("AUDIT CONDITION")=
    TEST("COMPUTE ALGORITHM")=
    TEST("COMPUTED FIELDS USED")=
         .
         .
         .

 


Reviewed/Updated: March 10, 2007