General downloads

Navision File Functions v1.1

Author
Mark van der Meij  
Category
General downloads
Date
07/12/2005
First release
26/10/2005
Size
203,57 KB
Downloads
1992
MD5 digest
C6595387FB569D6C7E36157A49F68A47
Rating
43211
Popularity
Downloaded 2 times in the last two weeks
Navision File Functions is a simple and direct implementation of the Delphi functions FindFirst, FindNext and FindClose.

Created this DLL to import (dataport) multiple files in one run.
See NavFileFn - Example of use.htm for more information.

Version 1.1:
Added the function FindSetDirectory, which can be used to browse for a directory and returns the directory name so you can use it in a variable or setup record.

Sample:
CREATE(lAutoFileFunctions);
CLEAR(lVarResult);
LAutoFileFunctions.FindSetDirectory( lVarResult );
Rec.”Import Directory” := FORMAT( lVarResult);
CLEAR(LautoFileFunctions );

The previous functions FindFirstFile, FindNextFile and FindCloseFile are still in there although you can also use the system record FILE (see reactions on the previous version).
Download this file