<%@LANGUAGE="VBSCRIPT"%> <% Call GetRecords("rsDiaryLive","","","","rsDiary") %> Kingfell :: Latest :: Dates for your Diary
Kingfell - Protecting Tomorrow
 

Dates for your Diary

The aim of this page is to share with you details of forthcoming fire industry events that you may be interested in attending. The information is correct at the time it was entered on this website, it is advisable to verify these with the event organisers.

<% If Not rsDiary.EOF Or Not rsDiary.BOF Then strClass = "cream" While (NOT rsDiary.EOF) diaryTitle = rsDiary("diaryTitle") location = rsDiary("location") startDate = rsDiary("startDate") endDate = rsDiary("endDate") %>

<%=diaryTitle%>

<%=FormatDateTime(startDate,1)%> <% If (endDate <> "") Then %> - <%=FormatDateTime(endDate,1)%> <% End If %>

<% If (location <> "") Then %>

<%=location%>

<% End If %> <%=rsDiary("detail")%>
 
<% If (strClass = "cream") Then strClass = "palecream" Else strClass = "cream" End If rsDiary.MoveNext() Wend Else %>

There are currently no dates to view. Please try again at a later date.

 
<% End If ' Not rsDiary.EOF Or Not rsDiary.BOF %>
Picture of people in a meeting
 
<% Call CloseRecordSet("rsDiary") %>