Click or drag to resize

VoDbTransRec Function

X#
Copy a single row from one work area to another.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION VoDbTransRec(
	nDest AS DWORD,
	fldNames AS _FieldNames
) AS LOGIC
Request Example View Source

Parameters

nDest
Type: DWord
The work area number for the target Workarea.
fldNames
Type: _FieldNames
The field names to write specified as an _FieldNames object.

Return Value

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