Context: |
Class Property |
Library/Class: |
StaticVars Class |
StaticVars.FileID As Integer, Read/Write
Integra for Notes 3.x and earlier
The FileID property contains the file id of the CSV or custom textfile when running a Text profile.
Integra for Notes 4.x and later
For XML or Text profiles the FileID property contains the file id of the XML, CSV or custom textfile.
For Word and Excel export profile using the Normal export method, FileID contains the file id of the temporary CSV file, which is then imported into Excel or used as Word data control file.
The file id is created using the LotusScript function freefile()
|