Click or drag to resize

DbServer.Append Method (Usual)

X#
Append a blank record to the table; this blank record becomes the current position and is ready for assignment of data values. The record is automatically locked if the Append() method returns TRUE.

Namespace:  VO
Assembly:  VORDDClasses (in VORDDClasses.dll) Version: 2.17
Syntax
 VIRTUAL METHOD Append(
	lReleaseLocks
) AS USUAL CLIPPER
Request Example View Source

Parameters

lReleaseLocks (Optional)
Type: Usual
Indicates if existing record locks should be released.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
Sends a NotifyIntentToMove message before the operation. Sends a NotifyAppend message, if successful.
See Also