My search results page settings shows "fp_iPageSize=50". However, when I click on the ">>" to view the next page, the remaining results are not showing, instead I get the "No Records Returned" message. Is this an easy fix? [&:]
Spooky -> RE: Result Pages ">>" (2/23/2005 23:27:29)
Not sure - it sounds as if its perhaps loosing its session. Is it after viewing the page for a while?
A1234 -> RE: Result Pages ">>" (2/24/2005 7:59:42)
Thx Spooky, It doesn't seem to have anything to do with timing. I have tried changing the value to 25, or 10 but get the same results. Here are my settings:
fp_sQry="SELECT * FROM Users WHERE (x_State LIKE '%::x_State::%')" fp_sDefault="x_State=Null" fp_sNoRecords="No records returned." fp_sDataConn="Database4" fp_iMaxRecords=256 fp_iCommandType=1 fp_iPageSize=10 fp_fTableFormat=False fp_fMenuFormat=False fp_sMenuChoice="" fp_sMenuValue="" fp_sColTypes="(edited)" fp_iDisplayCols=10 fp_fCustomQuery=False BOTID=0 fp_iRegion=BOTID
Anything seem out of the ordinary?
A1234 -> RE: Result Pages ">>" (3/2/2005 17:03:48)