Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- RaSQL/B 6.1a for Clipper - <b>n_xfmap()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
N_XFMAP()
Get Btrieve file name associated with an Xtrieve table

Syntax
N_XFMAP(<cTable>)

This function is for users of Xtrieve, a Btrieve file manager available from 
Novell.  Source code in SNIPPETS.PRG.

Argument
<cTable> is the name of an Xtrieve table.

Returns
Name of the Btrieve file associated with an Xtrieve table.
If the XTRIEVE data dictionary (DDF) does not contain the table's 
definition, N_XFMAP() returns a null string.

Remarks
N_XFMAP(<cTable>) consults the appropriate entry in the Xtrieve data 
dictionary and returns the name of the Btrieve file associated with the 
Xtrieve table specified in <cTable>. The function does not verify that the 
Btrieve file actually exists on disk. 

Examples
* Name of Btrieve file associated
* with Appointments table
? N_XFMAP('appointments')
PATAPP.DTA


See Also: N_XATABLE() N_XFSTRUCT()

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