<CF_PAGES>
<CF_PAGES TOTALRECORDCOUNT="25">
<CF_PAGES TOTALRECORDCOUNT="25" IMAGES="NO">
Divides recordset into pages .
Autoamtically adding Form and URL variables
The user can either click the arrows or put in a number
  USAGE
<CF_PAGES
TOTALRECORDCOUNT="25"
PAGESTEP="5">


  ATTRIBUTES

ATTRIBUTE DESCRIPTION
TOTALRECORDCOUNT [REQUIRED] Number of records in query / recordset
PAGESTEP [OPTIONAL] Number of records in each page ( default = 5 )
IMGDIR [OPTIONAL] Relative directory including slash to images of forward and backward arrows
ADDFORMFIELDS [OPTIONAL] Automatically Add submitted form fields when moving between pages ( default = yes )
ADDURLPARAMS [OPTIONAL] Automatically Add url parameters when moving between pages( default = yes )
IMAGES [OPTIONAL] Use images instead of form buttons ( default = yes )

  RETURN VARIABLES
NUMBEROFPAGES = Total number of pages
STARTROW = First row on this page
LASTROW = Last row on this page
  COMPATIBILITY
Netscape 3.* , 4.*
Explorer 4.* 3.*
  INSTALLATION
Place the file pages.cfm in your CFUSION\CUSTOM TAGS directory
  VTM INSTALLATION
Copy cf_pages.vtm to your \Program Files\Allaire\ColdFusion Studio4\Extensions\TagDefs\Custom directory
  BUGS / FEATURE REQUESTS
Shlomy Gantz (shlomyg@icesinc.com)
  GRAPHIX
Nir Gavish (tantalum@melig.co.il)
  SIMILAR TAGS
<CF_NextRecords> <CF_Pagethru>