|
<%
fp_sQry="SELECT * FROM reportdata ORDER BY date DESC"
fp_sDefault=""
fp_sNoRecords="No reports found at this time, if you continue to see this message please email skipper@heyshamcricketclub.co.uk"
fp_sDataConn="reports"
fp_iMaxRecords=256
fp_iCommandType=1
fp_iPageSize=1
fp_fTableFormat=False
fp_fMenuFormat=False
fp_sMenuChoice=""
fp_sMenuValue=""
fp_iDisplayCols=4
fp_fCustomQuery=False
BOTID=0
fp_iRegion=BOTID
%>
<%=FP_FieldVal(fp_rs,"date")%>
<%=FP_FieldVal(fp_rs,"title")%>
<%=FP_FieldVal(fp_rs,"heading")%>
<%=FP_FieldVal(fp_rs,"report")%>
|