Description
Values that specify how the Web DataWindow handles paging requests.
Obsolete constant
WebPagingMethod is obsolete and should not be used, because the Web DataWindow technology is obsolete.
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  | 
                        


