CDDLHELP.HLB  —  QUERY_NAME, Example
  In the following example, the QUERY_NAME clause specifies  TP  as  an
  alternate DATATRIEVE name for the field TOTAL_PRICE.

  TOTAL_PRICE            DATATYPE IS VIRTUAL FIELD
                         COMPUTED BY DTR AS
                            "UNIT_PRICE * QUANTITY"
                         QUERY_NAME FOR DTR IS "TP".
Close Help