wwShowCursor::cPage_PageURL

The base URL used for paging. This URL will be appended with additional values for page count and total recs.

This URL should end in a ? (for plain URLs) or & (~& if using positional parameters in wc) for Querystring based URLs so that ShowCursor can add parameters on the URL after it.

For example,

PagedCustomerList.wwd?
creates: PagedCustomerList.wwd?Page=4

PagedCustomerList.wwd?CompanyFilter=a&
creates: PagedCustomerList.wwd?CompanyFilter=a&Page=10

See also:

Class wwShowCursor


  Last Updated: 10/8/2001 | © West Wind Technologies, 2008