AdoServer:Append()

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoServer Class >

AdoServer:Append()

Previous pageReturn to chapter overviewNext page

Purpose

 

Append a blank record to the table

 

Prototype

 

METHOD Append ( ) CLASS AdoServer

 

Return

 

LOGIC        TRUE if successful; otherwise, FALSE.

 

Notifications

 

The method starts with a NOTIFYINTENTTOMOVE and sends a NOTIFYAPPEND when completed

 

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

AdoServer