:Revision=2
:html
<<
128.179
MsdDBF-Object|MsdDBF
--
The Object <!RW>MsdDBF enables adjustments to the way the measured values are saved in the DBF data banks.
>>

<<
128.179.1
Functions of the MsdDBF-Objec|Functions
--
>>

<<
128.179.1.3
MsdDBF.GetFileName|GetFileName
--
<!DEF>
function <!TW>MsdDBF.GetFileName (rWhich : real) : string;
<!TXT>
Returns the filename of one of the tables.

 <!PW>rWhich selects, the name of which table's name is returned:
<!STBL>
<!+>rWhich<!+>table<!+>
<!c>1<!>PassFail table<!>
<!c>2<!>FailData table<!>
<!c>3<!>MeasData table<!>
<!c>100+<b>x</b><!>User defined table #<b>x</b> (1,2,3...)<!>
<!ETBL>

The result is only the filename itself, without path and extension.
>>

<<
128.179.1.4
MsdDBF.GetPath|GetPath
--
<!DEF>
function <!TW>MsdDBF.GetPath (rWhich : real) : string;
<!TXT>
Returns the path name to the measured values.

 <!PW>rWhich selects, the name of wich path is returned:
<!STBL>
<!+>rWhich<!+>path<!+>
<!c>1<!>local path<!>
<!c>2<!>network path<!>
<!ETBL>
>>


<<
128.179.2
Procedures of the MsdDBF-Object|Procedures
--
>>
<<
128.179.2.1
MsdDBF.SetPath|SetPath
--
<!DEF>
procedure <!TW>MsdDBF.SetPath (rWhich : real; sPath : string);
<!TXT>
Overwrites the the path names set in the basic setup.

<!STBL>
<!+>rWhich<!+>path<!+>
<!>1<!>locale path<!>
<!>2<!>network path<!>
<!ETBL>

The specification for <!PW>sPath may contain a path template or it must contain the complete path including server or drive identifier.

<b>The modifications are saved and are permanently.</b>
>>

<<
128.179.2.3
MsdDBF.SetFileName|SetFileName
--
<!DEF>
procedure <!TW>MsdDBF.SetFileName (rWhich : real; sFileName : string);
<!TXT>
Overwrites the secifications for the file names of the tables.

 <!PW>rWhich selects, the name of which table is modified:
<!STBL>
<!+>rWhich<!+>table<!+>
<!c>1<!>PassFail table<!>
<!c>2<!>FailData table<!>
<!c>3<!>MeasData table<!>
<!c>100+<b>x</b><!>User defined table #<b>x</b> (1,2,3...)<!>
<!ETBL>

 <!PW>sFileName may contain only the real file name, no path specifications and no extensions (.XXX). The '.DBF' extension is automatically attached. As for the path, the path selected in the basic setup is used.

<b>This setting is NOT saved! 
At the next system reset, it will be overwritten with the standard specifications.</b>
>>


