WebTierDownloadFile
Structure
WebTierDownloadFile(sFile: String)
Type
Procedure
Description
This procedure triggers the download of the sFile parameter when using web-tier. This file is downloaded by the browser.
Parameters
sFile = File to be downloaded
Example
WebTierDownloadFile("C:\MyFiles\MyFileToDownload.txt")