shelter Postado Janeiro 15, 2006 Denunciar Share Postado Janeiro 15, 2006 Boaaaaa fala galera,aqui alguém sabe me informar como intercalo as cores das linhas em uma consulta ...Estilo são as linhas do tópico , cada uma de uma cor....Valeu fuiiiiiiiiiii Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 .Andreia. Postado Janeiro 15, 2006 Denunciar Share Postado Janeiro 15, 2006 http://scriptbrasil.com.br/forum/index.php...6&hl=intercalar Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 shelter Postado Janeiro 15, 2006 Autor Denunciar Share Postado Janeiro 15, 2006 Aqui meu codigo...Pode me ajudar?aonde entro como codigo para intercalar as cores <%Option Explicit%><!--#Include file="conexao2.inc"--><%Dim conexaodb , rsRamal , strSQLDim iCountDim sRowColorstrSQL = " Select * From ramal order by ramal asc "Call abreConexaoSet RsRamal = Conexaodb.Execute(strSQL)%><html><head><style type="text/css"><!--.style11 {font-family: Arial; font-size: 11px; font-weight: bold; }body,td,th { font-family: Arial; font-size: 12px; color: #000000;}--></style><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head><body color= "#ffffff"><table width="70%" border="0" cellspacing="1" cellpadding="1"> <tr> <td width="21%"><u><strong>Relação de Ramais: </strong></u></td> <td width="6%"> </td> <td width="51%"> </td> <td width="22%"><u><strong>Imprimir Relação </strong></u></td> </tr></table><table width="70%" border="0" cellspacing="1" cellpadding="1" height="1"> <tr> <td width="50" height="14"><span class="style11">Ramal</span></td> <td width="200" height="14"><span class="style11">Setor</span></td> <td width="150" height="14"><span class="style11">Local</span></td> <td width="150" height="14"><span class="style11">DDR</span></td> <td width="150" height="14"><span class="style11">Grupo Ramal </span></td> </tr> <tr> <td height="1"> <hr color="#000000" width="40" style="border-style: dotted; border-width: 1" size="0" align="left"> </td> <td height="1"> <hr color="#000000" width="180" style="border-style: dotted; border-width: 1" size="0" align="left"> </td> <td height="1"> <hr color="#000000" width="140" style="border-style: dotted; border-width: 1" size="0" align="left"> </td> <td height="1"> <hr color="#000000" width="140" style="border-style: dotted; border-width: 1" size="0" align="left"> </td> <td height="1"> <hr color="#000000" width="140" style="border-style: dotted; border-width: 1" size="0" align="left"> </td> </tr></table><table width="70%" border="0" cellpadding="1" cellspacing="0" ><%Do while Not RsRamal.EOFiCount = iCount + 1 If iCount Mod 2 = 0 Then sRowColor = "#F8F8F8" Else sRowColor = "#C4CEE5" End If%><tr> <td width="50" height="10" ><p><font size="1" face="Arial"> <% = RsRamal.fields("Ramal") %> </font></p> </td> <td width="200"><font size="1" face="Arial"> <% = RsRamal.fields("Grupo") %> </font></td> <td width="150"><font size="1" face="Arial"> <% = RsRamal.fields("Local") %></font></td> <td width="150"><font size="1" face="Arial"> <% = RsRamal.fields("DDR") %> </font></td> <td width="150"><font size="1" face="Arial"> <% = RsRamal.fields("Grupo Ramal") %> </font></td></tr><%RsRamal.MoveNextLoopRsramal.CloseCall fechaConexaoSet rsramal = Nothing%></table></body></html> Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 .Andreia. Postado Janeiro 15, 2006 Denunciar Share Postado Janeiro 15, 2006 ..sRowColor = "#F8F8F8"ElsesRowColor = "#C4CEE5"End If%><tr bgcolor="<%= sRowColor %>"><td width="50" height="10" ><p><font size="1" face="Arial"><% = RsRamal.fields("Ramal") %></font></p> </td>.. Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 shelter Postado Janeiro 16, 2006 Autor Denunciar Share Postado Janeiro 16, 2006 Aqui fiz o cod e deu certo VALEU .....Na boaaaaaaaaaaaaaaa..........Fuiiiiiiiiiiiiiiiii Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
shelter
Boaaaaa fala galera,
aqui alguém sabe me informar como intercalo as cores das linhas em uma consulta ...
Estilo são as linhas do tópico , cada uma de uma cor....
Valeu fuiiiiiiiiiii
Link para o comentário
Compartilhar em outros sites
4 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.