Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/07/2007, 07:43
Avatar de Myakire
Myakire
Colaborador
 
Fecha de Ingreso: enero-2002
Ubicación: Centro de la república
Mensajes: 8.849
Antigüedad: 23 años, 3 meses
Puntos: 146
Re: Pintar campos calculados en formulario ASP

Código:
Do While Not RS.Eof
%>
<tr><td width="7%" align="center"><font size=3>
<%=RS("cod_porta_stampo")%>
</td>
<tr><td width="7%" align="center"><font size=3>
<%=RS("o_carro")%>
</td>
<tr><td width="7%" align="center"><font size=3>
<%=RS("Total")%>
</td>
<td width="7%" align="center"><font size=3>
<%=RS("Por_centaje")%>
</td></tr>
<%
RS.MoveNext
Loop
Con eso, ahora, solo por simple curiosidad, ¿por que haces esto? AS '"&"Por_centaje"&"' y as '"&"Total"&"', y no un simple As Por_centaje y As total