Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FORCE Data Base Compiler - ############################################################################## http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+-------+##################################################################
#+-| DBF() |---------------------------------------------------+##############
#| +-------+ Returns the filename of the current database file |##############
#+-------------------------------------------------------------+##############
##############################################################################
##############################################################################
#+--| Summary |------------------+############################################
#|     #INCLUDE database.hdr     |############################################
#+-------------------------------+############################################
##############################################################################
##############################################################################
#+--| Syntax |-------------------------+######################################
#|     FUNCTION CHAR dbf PROTOTYPE     |######################################
#+-------------------------------------+######################################
##############################################################################
##############################################################################
##################+---| Description |-----------------------+#################
##################| The dbf() function returns the filename |#################
##################| of the current database file.           |#################
##################+-----------------------------------------+#################
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Copy current database to a backup database.         |#########
#########|                                                          |#########
#########| COPY dbf() TO substr(dbf(),1, rat(".",dbf()))+".bak"     |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| *    Show active database on a "status" line.            |#########
#########|                                                          |#########
#########| FUNCTION UINT show_status                                |#########
#########|     VARDEF                                               |#########
#########|         UINT    r,c                                      |#########
#########|     ENDDEF                                               |#########
#########|     r = row()                                            |#########
#########|     c = col()                                            |#########
#########|     @ 24,0 ?? "Database: "+dbf()+" Record: " ;           |#########
#########|       + i_str( recno() )                                 |#########
#########|     @ r,c                                                |#########
#########| ENDPRO                                                   |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: fdx()

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