Tema: grilla
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 29/03/2006, 07:42
maurimono
 
Fecha de Ingreso: octubre-2004
Ubicación: Santiago de Chile
Mensajes: 504
Antigüedad: 19 años, 6 meses
Puntos: 0
Información grilla

Hola. no me resulta hacer un grid.
Código PHP:
<div style="position:absolute;overflow:auto; width:400px; height:101px" >
                    <
table width="760px" class="Wide">
                          <
tr align="center" class="Head2">
                                <
td  width="2px"  class="HeadLine"  nowrap></td>
                                <
td  width="5px"  class="HeadLine"  nowrap>Matrícula</td>
                                <
td  width="10px" class="HeadLine"  nowrap>PdC</td>
                                <
td  width="20px" class="HeadLine"  nowrap>Fecha</td>
                                <
td  width="20px" class="HeadLine"  nowrap>Hora</td>
                                <
td  width="80px" class="HeadLine"  nowrapImporte </td>
                                <
td  width="80px" class="HeadLine"  nowrapTarifa </td>
                                <
td  width="80px" class="HeadLine"  nowrapCategoría </td>
                                <
td  width="80px" class="HeadLine"  nowrapSentido </td>
                                <
td  width="80px" class="HeadLine"  nowrapTAG </td>
                            </
tr>
                    </
table>
                    <!--</
div>
                    <
div id="Layer1" style="position:absolute; left:0; top:245; width:647;height:163; z-index:1; border: 1 none #000000; overflow:auto;"> -->        
                    <
table width="760px" class="Wide">
                    <!-- 
AQUI ESTA LA CONEXION     -->
                    <!-- 
#include file="buscador.asp"-->
                    
<% do while not rs.EOF %>
                        <
tr class="Head2">
                            <
td nowrap class="line"><%=rs("matricula")%></td>
                            <
td nowrap class="line"><%=rs("pdc")%></td>
                            <
td nowrap class="line"><%=rs("fecha")%></td>
                            <
td nowrap class="line"><%=rs("hora")%></td>
                            <
td nowrap class="line"><%=rs("importe")%></td>
                            <
td nowrap class="line"><%=rs("tarifa")%></td>
                            <
td nowrap class="line"><%=rs("categoria")%></td>
                            <
td nowrap class="line"><%=rs("sentido")%></td>
                            <
td nowrap class="line"><%=rs("tag")%></td>
                            <
td nowrap class="Line"><%=rs("tipoDia")%></td>
                        </
tr>
                    <%
                    
rs.movenext
                    loop
                    rs
.close
                    
%>
                    </
table>
                    </
div

los datos lo envia en un listado, sin generar la forma de un grid. y no termino de entender que es lo que pasa.
Muchas gracias
Atte
Mauricio
__________________
Dios es mas grande que tu problema :-)