ORDENAR CAMPOS DO FORMULARIO/CONSULTA SQL

GONTIJOBR 18/04/2012 07:58:35
#400126
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!!!
GONTIJOBR 18/04/2012 08:00:59
#400127
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>
GONTIJOBR 18/04/2012 08:53:21
#400132
[txt-size=1][txt-color=#e80000]GALERA, PRECCISO MUITO DA AJUDA DE VCS!!!!!!!!![/txt-color][/txt-size]
GONTIJOBR 18/04/2012 08:57:02
#400134
DETALHE, QUANDO EU CLICO NO TÍTULO LOTE ELE SOME COM OS DADOS DO FORMULÁRIO
GONTIJOBR 18/04/2012 10:51:41
#400146
Bom dia pessoal.... eai, alguem tem algum comentário??
NETMANIA 18/04/2012 11:56:21
#400157
Você já tentou imprimir o comando SQL para ver o que acontece quando você efetua a operação?
GONTIJOBR 18/04/2012 12:10:20
#400158
Então cara.... já.... o resultado é nada!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
GONTIJOBR 18/04/2012 12:15:32
#400159
Segue o arquivo para verificação
GONTIJOBR 18/04/2012 12:40:01
#400160
Ele pega o valor de CodLeilao ela URL, dai quando eu clico lá ele perde esse valor............................. na hora de ordenar!!!!!!!!!!!!
GONTIJOBR 18/04/2012 14:09:38
#400168
RESOLVIDO!!!
Tópico encerrado , respostas não são mais permitidas