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

[Ok :=] DOWNLOADFROMSTREAM(VarInstream, DialogTitle, ToFolder, ToFilter, ToFile)

Parameters

VarInStream

Type: variant

An InStream that you want to use to send the data in a file on Microsoft Dynamics NAV Server to a file on a RoleTailored 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.

ToFilter

Type: text

The type of file that is displayed in the dialog box.

ToFile

Type: variant

The name of the file that is displayed in the dialog box.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageExample

Expand imageSee Also