Need Help with DRW Paging - 9/28/2003 22:20:46
I am sorting database information via menu links containing query strings on the same page as the DRW (already on spooky diet).
The DRW area is working great except when I've browsed into the results a couple pages....ie...beside the next & previous buttons at the bottom of the DRW say "2/33" etc..., and then click on one of my menu links to sort the database by a different query, the results for the new query do not start on the first page...they start on page "2/14" or "2/whatever".
It appears that the .inc files for the DRW are doing their job by passing the current page count back to the page..but I don't want that if I've clicked on a new search, I want that variable cleared and the 1st page of results to show.
I'm thinking I could just reset the value of .inc variable via adding the variable to my menu link's querystring and changing the value to the default.......if I knew which variable the .inc files use to pass this information and what the default value was.
Does anyone know what he variable name is that the .inc files use for this and what value to send in the querystring so that the results page will start at 1/whatever?
I thought I'd ask the experts before I tried to spend all of the extra time tracing the fp..inc files.
Thanks in advance.
DRP
< Message edited by Spooky -- 10/6/2003 1:14:21 PM >