![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/10/2008, 10:10
|
![Avatar de chemita59](http://static.forosdelweb.com/customavatars/avatar113727_2.gif) | | | Fecha de Ingreso: agosto-2005 Ubicación: Madrid
Mensajes: 107
Antigüedad: 19 años, 5 meses Puntos: 0 | |
Respuesta: Si numero negativo cambio de color en caja de texto SOLUCIONADO:
<%If (rs_Gerencias.Fields.Item("VAC_EXC").Value) < 0 Then Color = "#FF0000" Else Color = "#006c43"End If%>
<input name="textfield13" type="text" class="PLANTICuadroPlantilla" value="<%=(rs_Gerencias.Fields.Item("VAC_EXC").Val ue)%>" style="color: <%=Color %>">
FUNCIONA PERFECTA Y CORRECTAMENTE.
DAVID... (QUE GRANDE ERES) ....... MUY AGRADECIDO....
SALUDOS..... |