DbServer.Append Method (Usual) |  |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Append(
Usual lReleaseLocks = default
)
Request Example
View SourceParameters
- 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