F
Fawn Davies
I have pages set up through FrontPage 2003 with forms that submit
information to a database and other pages that display the database results.
A maximum number of records that are displayed is 256. I'd like to be able
to display more, but it seems like FrontPage is limiting me to 256. I can't
find anything in the MS knowledge database regarding this issue.
Can anyone help?
The code looks like:
<% ' FP_ASP -- ASP Automatically generated by a FrontPage Component. Do not
Edit.
FP_LCID = 1033 %>
<% end if %>
<%
fp_sQry="SELECT * FROM tbltriallog ORDER BY :rder::"
fp_sDefault="order=startdate asc"
fp_sNoRecords="No records returned."
fp_sDataConn="Whiteboard2"
fp_iMaxRecords=256
fp_iCommandType=1
fp_iPageSize=0
fp_fTableFormat=False
fp_fMenuFormat=False
fp_sMenuChoice="filenumber"
fp_sMenuValue="filenumber"
fp_sColTypes="&ID=3&startdate=200&plaintiff=200&insured=200&pa=200&da=200&venue=200&allegation=201&demand=3&claimcommittee=201&laereserve=3&indemnity=3&examiner=200&outcome=200&closedate=200&judge=200&filenumber=3&Remote_computer_name=200&User_name=200&Browser_type=200&Timestamp=135&"
fp_iDisplayCols=16
fp_fCustomQuery=True
BOTID=2
fp_iRegion=BOTID
%>
Thanks -
Fawn Davies
Communications Specialist
___________________________________
PMSLIC | Always With You
717.796.5476 or 800.445.1212 | (e-mail address removed)
information to a database and other pages that display the database results.
A maximum number of records that are displayed is 256. I'd like to be able
to display more, but it seems like FrontPage is limiting me to 256. I can't
find anything in the MS knowledge database regarding this issue.
Can anyone help?
The code looks like:
<% ' FP_ASP -- ASP Automatically generated by a FrontPage Component. Do not
Edit.
FP_LCID = 1033 %>
<% end if %>
<%
fp_sQry="SELECT * FROM tbltriallog ORDER BY :rder::"
fp_sDefault="order=startdate asc"
fp_sNoRecords="No records returned."
fp_sDataConn="Whiteboard2"
fp_iMaxRecords=256
fp_iCommandType=1
fp_iPageSize=0
fp_fTableFormat=False
fp_fMenuFormat=False
fp_sMenuChoice="filenumber"
fp_sMenuValue="filenumber"
fp_sColTypes="&ID=3&startdate=200&plaintiff=200&insured=200&pa=200&da=200&venue=200&allegation=201&demand=3&claimcommittee=201&laereserve=3&indemnity=3&examiner=200&outcome=200&closedate=200&judge=200&filenumber=3&Remote_computer_name=200&User_name=200&Browser_type=200&Timestamp=135&"
fp_iDisplayCols=16
fp_fCustomQuery=True
BOTID=2
fp_iRegion=BOTID
%>
Thanks -
Fawn Davies
Communications Specialist
___________________________________
PMSLIC | Always With You
717.796.5476 or 800.445.1212 | (e-mail address removed)