<%=rsQueryE("Nom")%> |
<%=rsQueryE("Prenom")%> |
<% = FormatMediumDate(rsQueryE("DDN")) %>
|
<%=nbrJours%> |
<%
MontantAfficher = MontantT - RembT
if (MontantAfficher <> "" and MontantAfficher > "0" ) then
Response.Write FormatNumber(MontantAfficher, 2)
else
Response.Write "00.00"
end if
%> |
<%=rsQueryE("Nomreleve24")%> |
<%=rsQueryE("Prenomreleve24")%> |
<%=rsQueryP("NASR24")%> |
<%=rsQueryE("Adresse")%> |
<%
if rsQueryE("Ville") <> "" then
strSql1 = "SELECT * FROM Ville where CodeV = "& rsQueryE("Ville")
Set rsQuery1 = Conn.Execute(strSql1)
if not rsQuery1.eof then
sNomV = rsQuery1("Nom")
Response.Write sNomV
end if
end if
%>
|
<%=rsQueryE("Province")%> |
<%=rsQueryE("CodePostal")%> |
<%
end if
end if
rsQueryE.MoveNext
Loop
end if
rsQueryP.MoveNext
Loop
%>