ORDENAR CAMPOS DO FORMULARIO/CONSULTA SQL
BOM DIA PESSOAL, AGORA PRECISO DA AJUDA DE VCS PARA PODER ORDENAR OS CAMPOS DE UMA CONSULTA.......... SEGUE O FONTE LOGO ABAIXO....
OBRIGADO PELA ATENÇÃO!!!
OBRIGADO PELA ATENÇÃO!!!
SEGUE O FONTE.......
<td height=[Ô][Ô]><table width=[Ô]100%[Ô] border=[Ô]0[Ô] cellpadding=[Ô]1[Ô] cellspacing=[Ô]1[Ô] class=[Ô]HeaderForm[Ô]>
<%
order = [Ô]lote[Ô]
if(Request.QueryString([Ô]order[Ô]) <> [Ô][Ô]) then
order = Request.QueryString([Ô]order[Ô])
end if
if(Request.QueryString([Ô]atual[Ô]) = Request.QueryString([Ô]order[Ô])) then
if Request.QueryString([Ô]sentido[Ô]) = [Ô][Ô] then
sentido = [Ô] desc[Ô]
else
sentido = [Ô][Ô]
end if
end if
%>
<tr>
<td class=[Ô]4%[Ô]><a href=[Ô]?order=codlote&atual=<%=Request.QueryString([Ô]order[Ô])%>&sentido=<%=sentido%>[Ô]>Lote</a></td>
<td width=[Ô]4%[Ô]>Item</td>
<td width=[Ô]35%[Ô]>Descrição</td>
<td width=[Ô]9%[Ô]>Valor</td>
<td width=[Ô]8%[Ô]>Comissão</td>
<td width=[Ô]7%[Ô]>Taxa</td>
<td width=[Ô]8%[Ô]>Total</td>
<td width=[Ô]15%[Ô]>Arrematante</td>
<td width=[Ô]10%[Ô]>Status</td>
</tr>
</table></td>
</tr>
<tr>
<td height=[Ô]140[Ô] valign=[Ô]top[Ô] class=[Ô]BorderTable[Ô]>
<div style=[Ô]height:150px; overflow:auto;[Ô]>
<table width=[Ô]100%[Ô] border=[Ô]0[Ô] cellpadding=[Ô]1[Ô] cellspacing=[Ô]1[Ô]>
<%
sql = [Ô][Ô]
sql = sql & [Ô]SELECT t1.*, t2.descnota, t3.nome FROM leiloes_apuracao t1 LEFT JOIN lotes t2 ON t2.CodLeilao = t1.CodLeilao AND t2.Lote = t1.Lote AND t2.item = t1.item LEFT JOIN arrematantes t3 ON t3.codArrematante = t1.CodArrematante WHERE t1.Codleilao = [Ô] & CodLeilao & [Ô] order by [Ô] + order + setindo
[ô] response.Write sql
[ô]response.End()
set rs = conn.execute(sql)
session([Ô]sqlAux[Ô])= sql
Do Until rs.eof
%>
<tr >
<td class=[Ô]BorderTable[Ô] width=[Ô]4%[Ô]><a href=[Ô]?codleilao=<%=rs([Ô]codleilao[Ô])%>&lote=<%=rs([Ô]lote[Ô])%>&item=<%=rs([Ô]item[Ô])%>[Ô]><%=zeros(rs([Ô]Lote[Ô]),4)%></a></td>
<td class=[Ô]BorderTable[Ô] width=[Ô]4%[Ô]><%=zeros(rs([Ô]Item[Ô]),3)%></td>
<td class=[Ô]BorderTable[Ô] width=[Ô]35%[Ô]><%=rs([Ô]descnota[Ô])%></td>
<td class=[Ô]BorderTable[Ô] width=[Ô]9%[Ô]><%=formatnumber(rs([Ô]Valor[Ô]),2)%></td>
<td class=[Ô]BorderTable[Ô] width=[Ô]8%[Ô]><%=formatnumber(rs([Ô]comissao[Ô]),2)%></td>
<td class=[Ô]BorderTable[Ô] width=[Ô]7%[Ô]><%=formatnumber(rs([Ô]taxa[Ô]),2)%></td>
<td class=[Ô]BorderTable[Ô] width=[Ô]8%[Ô]><%=formatnumber(rs([Ô]total[Ô]),2)%></td>
<td class=[Ô]BorderTable[Ô] width=[Ô]15%[Ô]><%=rs([Ô]nome[Ô])%></td>
<td class=[Ô]BorderTable[Ô] width=[Ô]10%[Ô]><%=rs([Ô]Situacao[Ô])%></td>
</tr>
<%
Rs.movenext
loop
rs.close
set rs = nothing
%>
</table>
</div>
</td>
</tr>
</table>
<td height=[Ô][Ô]><table width=[Ô]100%[Ô] border=[Ô]0[Ô] cellpadding=[Ô]1[Ô] cellspacing=[Ô]1[Ô] class=[Ô]HeaderForm[Ô]>
<%
order = [Ô]lote[Ô]
if(Request.QueryString([Ô]order[Ô]) <> [Ô][Ô]) then
order = Request.QueryString([Ô]order[Ô])
end if
if(Request.QueryString([Ô]atual[Ô]) = Request.QueryString([Ô]order[Ô])) then
if Request.QueryString([Ô]sentido[Ô]) = [Ô][Ô] then
sentido = [Ô] desc[Ô]
else
sentido = [Ô][Ô]
end if
end if
%>
<tr>
<td class=[Ô]4%[Ô]><a href=[Ô]?order=codlote&atual=<%=Request.QueryString([Ô]order[Ô])%>&sentido=<%=sentido%>[Ô]>Lote</a></td>
<td width=[Ô]4%[Ô]>Item</td>
<td width=[Ô]35%[Ô]>Descrição</td>
<td width=[Ô]9%[Ô]>Valor</td>
<td width=[Ô]8%[Ô]>Comissão</td>
<td width=[Ô]7%[Ô]>Taxa</td>
<td width=[Ô]8%[Ô]>Total</td>
<td width=[Ô]15%[Ô]>Arrematante</td>
<td width=[Ô]10%[Ô]>Status</td>
</tr>
</table></td>
</tr>
<tr>
<td height=[Ô]140[Ô] valign=[Ô]top[Ô] class=[Ô]BorderTable[Ô]>
<div style=[Ô]height:150px; overflow:auto;[Ô]>
<table width=[Ô]100%[Ô] border=[Ô]0[Ô] cellpadding=[Ô]1[Ô] cellspacing=[Ô]1[Ô]>
<%
sql = [Ô][Ô]
sql = sql & [Ô]SELECT t1.*, t2.descnota, t3.nome FROM leiloes_apuracao t1 LEFT JOIN lotes t2 ON t2.CodLeilao = t1.CodLeilao AND t2.Lote = t1.Lote AND t2.item = t1.item LEFT JOIN arrematantes t3 ON t3.codArrematante = t1.CodArrematante WHERE t1.Codleilao = [Ô] & CodLeilao & [Ô] order by [Ô] + order + setindo
[ô] response.Write sql
[ô]response.End()
set rs = conn.execute(sql)
session([Ô]sqlAux[Ô])= sql
Do Until rs.eof
%>
<tr >
<td class=[Ô]BorderTable[Ô] width=[Ô]4%[Ô]><a href=[Ô]?codleilao=<%=rs([Ô]codleilao[Ô])%>&lote=<%=rs([Ô]lote[Ô])%>&item=<%=rs([Ô]item[Ô])%>[Ô]><%=zeros(rs([Ô]Lote[Ô]),4)%></a></td>
<td class=[Ô]BorderTable[Ô] width=[Ô]4%[Ô]><%=zeros(rs([Ô]Item[Ô]),3)%></td>
<td class=[Ô]BorderTable[Ô] width=[Ô]35%[Ô]><%=rs([Ô]descnota[Ô])%></td>
<td class=[Ô]BorderTable[Ô] width=[Ô]9%[Ô]><%=formatnumber(rs([Ô]Valor[Ô]),2)%></td>
<td class=[Ô]BorderTable[Ô] width=[Ô]8%[Ô]><%=formatnumber(rs([Ô]comissao[Ô]),2)%></td>
<td class=[Ô]BorderTable[Ô] width=[Ô]7%[Ô]><%=formatnumber(rs([Ô]taxa[Ô]),2)%></td>
<td class=[Ô]BorderTable[Ô] width=[Ô]8%[Ô]><%=formatnumber(rs([Ô]total[Ô]),2)%></td>
<td class=[Ô]BorderTable[Ô] width=[Ô]15%[Ô]><%=rs([Ô]nome[Ô])%></td>
<td class=[Ô]BorderTable[Ô] width=[Ô]10%[Ô]><%=rs([Ô]Situacao[Ô])%></td>
</tr>
<%
Rs.movenext
loop
rs.close
set rs = nothing
%>
</table>
</div>
</td>
</tr>
</table>
[txt-size=1][txt-color=#e80000]GALERA, PRECCISO MUITO DA AJUDA DE VCS!!!!!!!!![/txt-color][/txt-size]
DETALHE, QUANDO EU CLICO NO TÃTULO LOTE ELE SOME COM OS DADOS DO FORMULÃRIO
Bom dia pessoal.... eai, alguem tem algum comentário??
Você já tentou imprimir o comando SQL para ver o que acontece quando você efetua a operação?
Então cara.... já.... o resultado é nada!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Segue o arquivo para verificação
Ele pega o valor de CodLeilao ela URL, dai quando eu clico lá ele perde esse valor............................. na hora de ordenar!!!!!!!!!!!!
RESOLVIDO!!!
Tópico encerrado , respostas não são mais permitidas