WebPagingMethod

Description

Values that specify how the Web DataWindow handles paging requests.

Values

PowerBuilder enumerated value

Numeric value

Meaning

Postback!

0

Post back to server to perform paging operations

Callback!

1

Use script callbacks to retrieve the next page of XML data

XMLClientside!

2

Retrieve entire result set and use XSLT transformation of cached stylesheet to perform paging operations on the client