Difference between revisions of "MDX()"

From Recital Documentation Wiki
Jump to: navigation, search
Line 12: Line 12:
  
 
==Description==
 
==Description==
The MDX() function returns the name of the currently open multiple index file.  Used without any parameters, the MDX() function will return the name of the multiple index file in the current workarea.  If there is no .dbx file in the workarea, the MDX() function will return a null string.  The optional numeric expression, <expN>, may be used to return the .dbx file name for a specific tag number.  This parameter is needed if more than one .dbx file is open in a workarea.  You may optionally specify an alias name to use the MDX() function in other workareas.  The <alias> may be a workarea number or letter  
+
The MDX() function returns the name of the currently open multiple index file.  Used without any parameters, the MDX() function will return the name of the multiple index file in the current workarea.  If there is no .dbx file in the workarea, the MDX() function will return a null string.  The optional numeric expression, <expN>, may be used to return the .dbx file name for a specific tag number.  This parameter is needed if more than one .dbx file is open in a workarea.  You may optionally specify an alias to use the MDX() function in other workareas.  The <alias> may be a workarea number or letter or the table alias name.
(1-DB_MAXWKA, a-z) or the table alias name.
+
  
 
If SET COMPATIBLE is set to FOXPRO or VFP the MDX() return value format differs in the following way: if SET FULLPATH is ON the full path to the index file is returned, if SET FILECASE is OFF then the return value is converted to upper case (Windows only).
 
If SET COMPATIBLE is set to FOXPRO or VFP the MDX() return value format differs in the following way: if SET FULLPATH is ON the full path to the index file is returned, if SET FILECASE is OFF then the return value is converted to upper case (Windows only).

Revision as of 16:39, 15 December 2009

Purpose

Function to return the active multiple index filename


Syntax

MDX([<expN>[,<alias>]])


See Also

CDX(), DB_MAXWKA, DISPLAY INDEXES, FOR(), KEY(), LIST INDEXES, NDX(), ORDER(), SET(), SET COMPATIBLE, SET FILECASE, SET FULLPATH, TAG(), TAGCOUNT(), TAGNO(),


Description

The MDX() function returns the name of the currently open multiple index file. Used without any parameters, the MDX() function will return the name of the multiple index file in the current workarea. If there is no .dbx file in the workarea, the MDX() function will return a null string. The optional numeric expression, <expN>, may be used to return the .dbx file name for a specific tag number. This parameter is needed if more than one .dbx file is open in a workarea. You may optionally specify an alias to use the MDX() function in other workareas. The <alias> may be a workarea number or letter or the table alias name.

If SET COMPATIBLE is set to FOXPRO or VFP the MDX() return value format differs in the following way: if SET FULLPATH is ON the full path to the index file is returned, if SET FILECASE is OFF then the return value is converted to upper case (Windows only).


Example

?mdx(1, account)
invoice.dbx


Products

Recital Server, Recital