| <%=trim(rsClients("date"))%> |
<%=trim(rsClients("Resolution"))%> |
<%=trim(rsClients("Charge"))%> |
<%
strCourt = trim(rsClients("Court"))
if strCourt = "DMV-Commerce" then
Response.Write("DMV-Commerce")
elseif strCourt = "DMV-Oxnard"then
Response.Write("DMV-Oxnard")
else
Response.Write(strCourt)
end if
%>
|
<%
strComment = trim(rsClients("comments"))
if strComment = "ON APPEAL" then
response.Write("")
Response.Write(strComment)
Response.Write("REVERSED on APPEAL and DISMISSED")
else
response.Write(strComment)
end if
%>
|
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
rsClients.MoveNext()
Wend
end if%>