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()
Compliance
Clipper
Platforms
All
Files
Library is rdd
Seealso
INDEXEXT(), ORDBAGNAME()
Pingback: Harbour All Functions – O | Viva Clipper !
Pingback: Harbour Index / Order System Functions | Viva Clipper !
Pingback: Harbour RG Summary | Viva Clipper !