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: 1
sFile = File to be downloaded
Example:
WebTierDownloadFile("C:\MyFiles\MyFileToDownload.txt") |