Resize  RetrieveRow

Chapter 8: DataWindow Events

RetrieveEnd

Description

Occurs when the retrieval for the DataWindow or DataStore is complete.

PocketBuilder event information Event ID: pbm_dwnretrieveend

Argument

Description

rowcount

Long by value. The number of rows that were retrieved.

Returns

There are no special outcomes for this event. The only code is:

Examples

Example 1

This MessageBox displayed in the RetrieveEnd event script tells the user the number of rows just retrieved:

MessageBox("Total rows retrieved", String(rowcount))

See also





Copyright © 2004. Sybase Inc. All rights reserved. RetrieveRow

View this book as PDF