<%
SELECIONA="SELECT * FROM Fixas order by FIX_chapeu"
set rs=Conexao.execute(SELECIONA)
'=============================| Fixas lista|
x = 0
while not rs.eof and x <= 50
FIX_id = rs("ID_FIX")
FIX_chapeu = rs("FIX_chapeu")
FIX_secao = rs("FIX_secao")
%>