Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

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: INDEXEXT() ORDBAGNAME()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson