[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+-------+##################################################################
#+-| FDX() |------------------------------------------------------------+#####
#| +-------+ Returns character string which contains name of index file |#####
#+----------------------------------------------------------------------+#####
##############################################################################
##############################################################################
#+--| Summary |------------------+############################################
#|     #INCLUDE database.hdr     |############################################
#+-------------------------------+############################################
##############################################################################
##############################################################################
#+--| Syntax |-----------------------------+##################################
#|     FUNCTION CHAR fdx PROTOTYPE         |##################################
#|      PARAMETERS VALUE UINT index_no     |##################################
#+-----------------------------------------+##################################
##############################################################################
##############################################################################
######+---| Description |----------------------------------------------+######
######| The fdx() function returns a character string which contains   |######
######| the name of the index file of the current alias with the       |######
######| number given in the argument.  Indexes are ordered as they     |######
######| appear in the OPEN, USE, or SET INDEX TO command for an alias. |######
######+----------------------------------------------------------------+######
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Seven indexes are allow per database.               |#########
#########|                                                          |#########
#########| FOR r = 1 TO 7                                           |#########
#########|     ? fdx( r )                                           |#########
#########| NEXT                                                     |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| *    fdx() is used to get the name of the index          |#########
#########| *    for backup purposes.                                |#########
#########|                                                          |#########
#########| ? "When you backup this database you should also"        |#########
#########| ? "copy the file", fdx(1), "to your backup disk."        |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: INDEX SET ORDER TO
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson