Click or drag to resize

AX_File2BLOB Function

X#
Stores the contents of a file into a memo field.

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

Parameters

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

Return Value

Type: Logic
Returns True (.T.) if the file contents are copied into the memo field; returns False (.F.) if not.
See Also