Click or drag to resize

VoDbFilePut Function

X#
Export field contents from Memo field to file

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION VoDbFilePut(
	nPos AS DWORD,
	cFile AS STRING
) AS LOGIC
Request Example View Source

Parameters

nPos
Type: DWord
The 1 based position of the field in the database file structure for the current work area.
cFile
Type: String
The name of the file to write

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
Remarks
Tip Tip
VoDbFilePut() and CoreDb.FilePut() are aliases
See Also