<!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></HEAD>
<BODY dir=auto bgColor=#ffffff>
<DIV><FONT face=Arial size=2>He probado de varias formas y de ninguna
funciona:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> if (dbg.DataSource.DataSet.RecordCount >
0) then begin<BR> dbg.DataSource.DataSet.Close; // de esta
forma<BR> dbg.DataSource.DataSet.Open;<BR>
dt.DataSet.Close; // de esta otra forma<BR>
dt.DataSet.Open;<BR>
//dbg.DataSource.DataSet.First;<BR> //while not
dbg.DataSource.DataSet.EOF do<BR> //
dbg.DataSource.DataSet.Delete;<BR> end;<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>Solo funciona el ciclo, pero si el grid tiene
muchos datos no se ve bien porque se ve como decrese</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> </DIV></FONT>
<DIV>Desde Ya Gracias<BR>========<BR>| ISMAEL |<BR>========</DIV>
<DIV>----- Original Message ----- </DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<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">Artex trading 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=jcuello@artextrading.com
href="mailto:jcuello@artextrading.com">Artex trading</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, February 08, 2017 11:32
AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Lazarus-es] Eliminar
registros de un dbgrid en Lazarus</DIV>
<DIV><BR></DIV>
<DIV>Cierra el dataset y lo vuelves a abrir<BR><BR>Enviado desde mi
iPhone</DIV>
<DIV><BR>El 8 feb 2017, a las 16:23, Ismael L. Donis Garcia via Lazarus-es
<<A
href="mailto:lazarus-es@lists.lazarus-ide.org">lazarus-es@lists.lazarus-ide.org</A>>
escribió:<BR><BR></DIV>
<BLOCKQUOTE type="cite">
<DIV>
<META content="MSHTML 6.00.2900.5512" name=GENERATOR>
<STYLE></STYLE>
<DIV><FONT face=Arial size=2>Existe alguna forma de eliminar todos los
registros de un DBGrid que este enlazado a un DataSource el cual esta
enlazado a un MemDataset sin tenerlo que hacer mediante un
ciclo?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Ósea eliminar todos los registros del grid sin
tener que hacer un while o un for</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Probé</FONT></DIV>
<DIV><FONT face=Arial size=2>dbg.DataSource.DataSet.ClearFields</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Pero solo me elimina 1 registro y no
todos.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>Desde Ya Gracias<BR>========<BR>| ISMAEL
|<BR>========</DIV></DIV></BLOCKQUOTE>
<BLOCKQUOTE type="cite">
<DIV><SPAN>_______________________________________________</SPAN><BR><SPAN>Lazarus-es
mailing list</SPAN><BR><SPAN><A
href="mailto:Lazarus-es@lists.lazarus-ide.org">Lazarus-es@lists.lazarus-ide.org</A></SPAN><BR><SPAN><A
href="http://lists.lazarus-ide.org/listinfo/lazarus-es">http://lists.lazarus-ide.org/listinfo/lazarus-es</A></SPAN><BR></DIV></BLOCKQUOTE>
<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>