AX_File2BLOB Function | |
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
public static bool AX_File2BLOB(
string cFileName,
string cFieldName
)
Request Example
View SourceParameters
- cFileName
- Type: String
File name to read from. - cFieldName
- Type: String
Field name to write to.
Return Value
Type:
LogicReturns True (.T.) if the file contents are copied into the memo field; returns False (.F.) if not.
See Also