Tema: Ayuda
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/02/2011, 09:48
marcoarroba
 
Fecha de Ingreso: febrero-2011
Mensajes: 2
Antigüedad: 13 años, 2 meses
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>