BtServer:Append()

 

<< Click to Display Table of Contents >>

Navigation:  Server Classes > BtServer Class >

 

BtServer:Append()

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Append a blank record to the table

 

 

 

Prototype

 

 

METHOD Append CLASS BtServer

 

 

 

Return

 

 

LOGIC                TRUE if successful; otherwise, FALSE.

 

 

 

Description

 

 

Append a blank record to the table; this blank record becomes the current position and is ready for assignment of data values.

Sends a NotifyIntentToMove message before the operation.

Sends a NotifyAppend message if successful.

 

 

 

 

See Also

 

 

BtServer, BtTable:Append(), BtServer:Delete()