RelocateRecordPointer - Solution Sites Routine

This sub initializes local variables used in the paging mechanism of the page that lists orders. It also sets the current record in the Recordset object specified by the rs parameter to the beginning of the specified page number.

Definition

Sub RelocateRecordPointer(
  byRef Count,
  byRef nPage,
  byRef nCountTemp,
  byRef bRecordCountPresent,
  byVal rs,
  byRef iPageNumber,
  byRef iTotalRecords)

Defined in File

services\include\lib.asp

Routines Called

None.

Called By

tableRenderOrdersListContents

Copyright © 2005 Microsoft Corporation.
All rights reserved.