<%=NomA%>
|
<% %>
|
<%if sTRabais <> "" then Response.write (FormatNumber (sTRabais,2)) else Response.write ("0.00") end if%>
|
<%if TApresRabais <> "" then Response.Write FormatNumber(TApresRabais,2) else Response.Write ("0.00") end if %>
|
<%if sTx = true and sTPS <> "" then Response.write FormatNumber (sTPS,2) else Response.write ("0.00") end if%> |
<%if sTx = true and sTVQ <> "" then Response.write FormatNumber (sTVQ,2) else Response.write ("0.00") end if%>
|
<%if TotalG <> "" then Response.Write FormatNumber(TotalG,2) else Response.Write ("0.00") end if %>
|
<%if MontantRecu <> "" then Response.Write FormatNumber(MontantRecu,2) else Response.Write ("0.00") end if %>
|
<%if Solde <> "" then Response.Write FormatNumber(Solde,2) else Response.Write ("0.00") end if %>
|
<%
rsQuery1.MoveNext
wend
%>