Salesforce

Blb2File (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

Blb2File (Magic xpa 3.x)

Saves a BLOB object to a file.

Syntax:

Blb2File (BLOB variable, file name)

Parameters:

BLOB variable: the source information in a BLOB variable

File name (Alpha): the file that will contain the BLOB information

Returns:

Logical – TRUE if succeeded

Example:

Blb2File (BE, 'C:\bfile.blb') saves the content of a BLOB variable BE to a file named bfile.blb on the C drive.

See also:

File2Blb

The Online and Rich Client Samples projects (program CV03 and RCV03)

Reference
Attachment 
Attachment