Click or drag to resize

DBF.GetValueFile Method

X#
Get the value for a column and write (export) it to an external file.

Namespace:  XSharp.RDD
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetValueFile(
	nFldPos AS LONG,
	fileName AS STRING
) AS LOGIC
Request Example View Source

Parameters

nFldPos
Type: Long
ONE based position for which the value should be retrieved.
fileName
Type: String
Name of the file that needs to be written to.

Return Value

Type: Logic
TRUE when the operation succeeded. Otherwise FALSE to indicate a failure.

Implements

GetValueFile(Long, String)
See Also