Click or drag to resize

AX_BLOB2File Function

X#
Writes a BLOB contained in a memo field to a file.

Namespace:  XSharp.RDD
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax
 FUNCTION AX_BLOB2File(
	cFileName AS STRING,
	cFieldName AS STRING
) AS LOGIC
Request Example View Source

Parameters

cFileName
Type: String
File name to write to.
cFieldName
Type: String
Field name to read from.

Return Value

Type: Logic
Returns True (.T.) if the BLOB is written to a file, returns False (.F.) if not.
See Also