<< Click to Display Table of Contents >> AdoServer:Append() |
![]() ![]() ![]() |
Append a blank record to the table
METHOD Append ( ) CLASS AdoServer
LOGIC TRUE if successful; otherwise, FALSE.
Notifications
The method starts with a NOTIFYINTENTTOMOVE and sends a NOTIFYAPPEND when completed
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.