AdoRelationServer:Append()

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoRelationServer Class >

AdoRelationServer:Append()

Previous pageReturn to chapter overviewNext page

Purpose

Adds new record to the server

 

Prototype

METHOD Append ( ) CLASS AdoRelationServer

 

 

Return

LOGIC        TRUE if the operation was successful; FALSE if not

 

Notifications

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

 

Description

When the server is a child in a relation the relation fields are automatically filled with the values of the parent Sends a NotifyIntentToMove message before the operation.  Sends a NotifyAppend message, if successful.

 

See Also

AdoRelationServer, AdoServer:Append