<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.5512" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Cuando le pongo a una columna de un TDGrid la 
propiedad .ButtonStyle:=cbsEllipsis e intento hacer lo siguiente:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><FONT size=1><FONT size=2>procedure 
Tform1.TDGrid1SelectEditor(Sender: TObject; Column: TColumn;<BR>  var 
Editor: TWinControl);<BR>begin<BR>  if (Editor <> nil) then 
begin<BR>   if (Column.Index = 5) then<BR>   
 TCustomEdit(Editor).CharCase := ecUppercase;<BR>  
end;<BR>end;</FONT></FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT size=1><FONT 
size=2></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Arial size=2>En la línea: </FONT><FONT face=Arial 
size=2> TCustomEdit(Editor).CharCase := ecUppercase; me salta el error 
"External SIGSEGV"<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>Si elimino la propiedad .ButtonStyle:=cbsEllipsis 
de dicha columna todo funciona normal.</DIV></FONT>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Ahora mi problema es que necesito tener las 2 
cosas, ósea necesito ponerle el boton a esa columna y además necesito 
implementar el procedimiento en el evento SelectEditor del TDGrid.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Ahora mi pregunta:</FONT></DIV>
<DIV><FONT face=Arial size=2>Como prodría resolver este problema para que no me 
salga dicho error?</FONT></DIV>
<DIV><FONT face=Arial size=2><FONT size=1><FONT 
size=2></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Arial size=2><FONT size=1><FONT size=2>Desde ya 
Gracias</FONT></DIV></FONT></FONT>
<DIV><FONT face=Arial size=2>========<BR>| ISMAEL |<BR>========<BR>Website: <A 
href="http://www.sisconge.byethost15.com">www.sisconge.byethost15.com</A><BR>              
<A href="http://www.sisconge.hol.es">www.sisconge.hol.es</A></FONT></DIV>
<DIV><FONT face=Arial size=2><BR>PD: Toda ayuda será bien 
venida.</FONT></DIV></BODY></HTML>