<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.2900.5512" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Ñoooooooooooooooooo, necesito un porrazo en la
cabeza.</FONT><FONT face=Arial size=2></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Perfecto.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>1 millón de gracias</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>Saludos Reiterados<BR>========<BR>| ISMAEL |<BR>======== </DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=lazarus-es@lists.lazarus-ide.org
href="mailto:lazarus-es@lists.lazarus-ide.org">Maxi via Lazarus-es</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=lazarus-es@lists.lazarus-ide.org
href="mailto:lazarus-es@lists.lazarus-ide.org">Spanish version of Lazarus
List</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Cc:</B> <A title=maximiliano.duarte@gmail.com
href="mailto:maximiliano.duarte@gmail.com">Maxi</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, March 01, 2017 8:53
AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Lazarus-es] Ordenar
registros en TSQLQuery</DIV>
<DIV><BR></DIV>
<DIV dir=ltr>es con ; el separador<BR></DIV>
<DIV class=gmail_extra><BR>
<DIV class=gmail_quote>El 1 de marzo de 2017, 10:45, Ismael L. Donis Garcia
via Lazarus-es <SPAN dir=ltr><<A
href="mailto:lazarus-es@lists.lazarus-ide.org"
target=_blank>lazarus-es@lists.lazarus-ide.org</A>></SPAN> escribió:<BR>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><U></U>
<DIV bgcolor="#ffffff">
<DIV><FONT face=Arial size=2>Para nada he dicho eso.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Lo que pregunto es:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Tengo un TSQLQuery con datos ya cargados. Como
ordeno esos datos YA CARGADOS en el TSQLQuery por multiples
campos.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Para un solo campo es muy simple:
.IndexFieldNames:='campo1';</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Pero no permite: .IndexFieldNames:='campo1,
campo2, ... campoX';</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Eso es lo que necesito ordenar multiples campos
ya cargados.</FONT></DIV>
<DIV> </DIV>
<DIV>Saludos<BR>========<BR>| ISMAEL |<BR>======== </DIV>
<BLOCKQUOTE dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"><SPAN
class="">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV style="BACKGROUND: #e4e4e4; FONT: 10pt arial"><B>From:</B> <A
title=mmgomez@gmail.com href="mailto:mmgomez@gmail.com"
target=_blank>Martin Gomez</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=lazarus-es@lists.lazarus-ide.org
href="mailto:lazarus-es@lists.lazarus-ide.org" target=_blank>Spanish
version of Lazarus List</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Cc:</B> <A title=slibre@natio.co.cu
href="mailto:slibre@natio.co.cu" target=_blank>Ismael L. Donis Garcia</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, February 28, 2017 5:08
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Lazarus-es] Ordenar
registros en TSQLQuery</DIV>
<DIV><BR></DIV></SPAN>
<DIV>
<DIV class=h5>
<DIV dir=ltr>
<DIV class=gmail_default style="FONT-FAMILY: tahoma,sans-serif">Dices que
el ORDER BY en el TSQLQuery no funciona?</DIV>
<DIV class=gmail_extra><BR>
<DIV class=gmail_quote>2017-02-28 18:18 GMT-03:00 Ismael L. Donis Garcia
via Lazarus-es <SPAN dir=ltr><<A
href="mailto:lazarus-es@lists.lazarus-ide.org"
target=_blank>lazarus-es@lists.lazarus-ide.<WBR>org</A>></SPAN>:<BR>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Es
posible ordenar los registros que haya previamente captado en un
TSQLQuery?<BR><BR>Estoy buscando algo como:<BR><BR>query.sort :=
'campo1, campo2, ....';<BR><BR>Los registro no están en ninguna tabla,
por tal motivo no los puedo traer
ordenados.<BR><BR>Saludos<BR>========<BR>| ISMAEL |<BR>========
<BR><BR>______________________________<WBR>_________________<BR>Lazarus-es
mailing list<BR><A href="mailto:Lazarus-es@lists.lazarus-ide.org"
target=_blank>Lazarus-es@lists.lazarus-ide.o<WBR>rg</A><BR><A
href="http://lists.lazarus-ide.org/listinfo/lazarus-es" target=_blank
rel=noreferrer>http://lists.lazarus-ide.org/l<WBR>istinfo/lazarus-es</A><BR></BLOCKQUOTE></DIV><BR><BR
clear=all>
<DIV><BR></DIV>-- <BR>
<DIV class=m_516313740389507344m_-4665085567965675419gmail_signature
data-smartmail="gmail_signature">
<DIV dir=ltr><SPAN
style="FONT-SIZE: small; FONT-FAMILY: tahoma,sans-serif">
<DIV style="DISPLAY: inline"></DIV></SPAN><FONT style="FONT-SIZE: small"
face="tahoma, sans-serif">Most good programmers do programming not because
they expect to get paid or get adulation by the public, but because it is
fun to program.
<DIV style="DISPLAY: inline"> </DIV></FONT><I
style="FONT-SIZE: small; FONT-FAMILY: tahoma,sans-serif">Linus
Torvalds</I><BR></DIV></DIV></DIV></DIV></DIV></DIV></BLOCKQUOTE></DIV><BR>______________________________<WBR>_________________<BR>Lazarus-es
mailing list<BR><A
href="mailto:Lazarus-es@lists.lazarus-ide.org">Lazarus-es@lists.lazarus-ide.<WBR>org</A><BR><A
href="http://lists.lazarus-ide.org/listinfo/lazarus-es" target=_blank
rel=noreferrer>http://lists.lazarus-ide.org/<WBR>listinfo/lazarus-es</A><BR><BR></BLOCKQUOTE></DIV><BR><BR
clear=all><BR>-- <BR>
<DIV class=gmail_signature data-smartmail="gmail_signature">El que pregunta
aprende, y el que contesta aprende a responder.<BR><BR>No a la obsolecencia
programada: <A
href="http://www.rtve.es/noticias/20110104/productos-consumo-duran-cada-vez-menos/392498.shtml"
target=_blank>http://www.rtve.es/noticias/20110104/productos-consumo-duran-cada-vez-menos/392498.shtml</A><BR><BR>Linux
User #495070<BR><A href="http://domonetic.com/blog"
target=_blank>http://domonetic.com/blog</A></DIV></DIV>
<P>
<HR>
<P></P>_______________________________________________<BR>Lazarus-es mailing
list<BR>Lazarus-es@lists.lazarus-ide.org<BR>http://lists.lazarus-ide.org/listinfo/lazarus-es<BR></BLOCKQUOTE></BODY></HTML>