ORDBAGEXT()

Returns the Order Bag extension

Syntax

ORDBAGEXT() --> cBagExt

Arguments

None

Returns

<cBagExt> The Rdd extension name.

Description

This function return th character name of the RDD extension for the order bag.This is determined by the active RDD for the selected work area.

This function replaces the Indexord() function.
Examples
      USE Tests NEW VIA "DBFNTX"
      ? ORDBAGEXT()      //  Returns .ntx
      DBCLOSEAREA()
      USE Tests NEW VIA "DBFCDX"
      ? ORDBAGEXT()      //  Returns .cdx
      DBCLOSEAREA()
Status

Started

Compliance

This function is CA Clipper compliant

Platforms

All

Files

Library is rdd

See Also