Sends a file from a Microsoft Dynamics NAV service to a RoleTailored client.

[Ok :=] DOWNLOAD(FromFile, DialogTitle, ToFolder, ToFilter, ToFile)

Parameters

FromFile

Type: text

The name of the file that you want to download to the client.

DialogTitle

Type: text

The title that you want to display on the dialog box.

ToFolder

Type: text

The name of the folder that is displayed in the dialog box. This is the default value, which can be changed.

ToFilter

Type: text

The type of file that is displayed in the dialog box. This is the default value, which can be changed.

ToFile

Type: variant

The file name that is shown in the dialog box. This is the default , which can be changed.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageExample

Expand imageSee Also