AX_BLOB2File Function | |
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
public static bool AX_BLOB2File(
string cFileName,
string cFieldName
)
Request Example
View SourceParameters
- cFileName
- Type: String
File name to write to. - cFieldName
- Type: String
Field name to read from.
Return Value
Type:
LogicReturns True (.T.) if the BLOB is written to a file, returns False (.F.) if not.
See Also