Workarea.GetValueFile Method | |
Get the value for a column and write (export) it to an external file.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax VIRTUAL METHOD GetValueFile(
nFldPos AS LONG,
fileName AS STRING
) AS LOGIC
public virtual bool GetValueFile(
int nFldPos,
string fileName
)
Request Example
View SourceParameters
- 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:
LogicTRUE when the operation succeeded. Otherwise FALSE to indicate a failure.
Implements
GetValueFile(Long, String)See Also