Table of Contents

ExportToClientFileDialog Procedure

Table tTempBlob

Downloads the data as a file in the client.

Overloads

Name Description
ExportToClientFileDialog(Text): Text Downloads the data as a file in the client.
ExportToClientFileDialog(Text; TextEncoding): Text Downloads the data as a file in the client with the given TextEncoding.

ExportToClientFileDialog(Text) Procedure

Downloads the data as a file in the client.

Signature

ExportToClientFileDialog(SuggestedFileName: Text) : Text

Parameters

SuggestedFileName Text

The name for the exported file.

Returns

Text

The actual name of the saved file if the browser supports that, otherwise the value of the SuggestedFileName parameter.

ExportToClientFileDialog(Text; TextEncoding) Procedure

Downloads the data as a file in the client with the given TextEncoding.

Signature

ExportToClientFileDialog(SuggestedFileName: Text; Encoding: TextEncoding) : Text

Parameters

SuggestedFileName Text

The name for the exported file.

Encoding TextEncoding

The TextEncoding to use when the data is exported from the blob.

Returns

Text

The actual name of the saved file if the browser supports that, otherwise the value of the SuggestedFileName parameter.

This documentation is generated from Smart Toolbox v27.1