|
Program Content
Below is a detailed list of the dates, guest speakers and issues discussed on the TBPs for the last six months. The list of issues discussed on programs will be updated on a six monthly basis.
<% If (Not oRS.EOF) Then %>
| Date |
Topic |
Guests |
|
<%
i = 0
' Go to Current Cursor
TakeCusorToCurrentPage oRS, oCurPage, PAGE_SIZE
' End of Go to Current Cursor
Do While ((Not oRS.EOF) And (i < PAGE_SIZE))
i = i + 1
%>
| <%=KhmerDate(oRS("DoDate"))%> |
<%=replaceSpChrOutPut(oRS("Topic"))%> |
<%=replaceSpChrOutPut(oRS("Speaker"))%> |
<%=replaceSpChrOutPut(oRS("Issue"))%> |
<%
oRS.MoveNext
Loop
%>
<% If (i > 0) Then %>
|
Found: <%=oRS.RecordCount%> item(s)
|
<% If (oRS.RecordCount > PAGE_SIZE) Then %>
| |
|
<%
' Build Page Number
oPageLink = "TbkProContent.asp?curP="
BuildPageNumber oRS, oCurPage, PAGE_SIZE, oPageLink
%>
|
<% End If %>
<% End If %>
<% End If ' ORS.EOF%>
<%
Set oRS = Server.CreateObject("ADODB.RecordSet")
oSql = "SELECT DoDate, Topic, Speaker, Issue FROM tblComingTopic ORDER BY OrderNum, DateUpdate"
oRS.Open oSql, oConn, adOpenStatic, adLockOptimistic
If (Not oRS.EOF) Then %>
Upcoming Topic
| Date |
Topic |
Guests |
|
<%
i = 0
' Go to Current Cursor
TakeCusorToCurrentPage oRS, oCurPage, PAGE_SIZE
' End of Go to Current Cursor
Do While ((Not oRS.EOF) And (i < PAGE_SIZE))
i = i + 1
%>
| <%=KhmerDate(oRS("DoDate"))%> |
<%=replaceSpChrOutPut(oRS("Topic"))%> |
<%=replaceSpChrOutPut(oRS("Speaker"))%> |
<%=replaceSpChrOutPut(oRS("Issue"))%> |
<%
oRS.MoveNext
Loop
%>
<% If (i > 0) Then %>
|
Found: <%=oRS.RecordCount%> item(s)
|
<% If (oRS.RecordCount > PAGE_SIZE) Then %>
| |
|
<%
' Build Page Number
oPageLink = "TbkProContent.asp?curP="
BuildPageNumber oRS, oCurPage, PAGE_SIZE, oPageLink
%>
|
<% End If %>
<% End If %>
<% End If ' ORS.EOF%>
|
|