
08/02/2011, 09:48
|
| | Fecha de Ingreso: febrero-2011
Mensajes: 2
Antigüedad: 14 años, 1 mes Puntos: 0 | |
Ayuda Necesito que aparesca la suma total del registro punto como lo hago....estaoy perdido
<%do while (not session("Ven_Informe_PromoXtratech").eof)%>
<td align=right width=100 ><% =session("Ven_Informe_PromoXtratech")("grupos")%></td>
<td align=right width=100 ><% =formatnumber(cstr(session("Ven_Informe_PromoXtrat ech")("puntos")),0,-1)%></td>
</tr>
<%session("Ven_Informe_PromoXtratech").movenext% >
<%loop%>
</td> |