Ver Mensaje Individual
  #2  
Antiguo 11-11-2008
Elite237 Elite237 is offline
Miembro
 
Registrado: jul 2007
Posts: 162
Reputación: 17
Elite237 Va por buen camino
Le quite el .asstring a todos y me manda este nuevo error:

Código Delphi [-]
[Error] Unit1.pas(596): Operator not applicable to this operand type

Lo deje asi mi codigo:
Código Delphi [-]
y:=(sgGrafica.cells[2,sgGrafica.RowCount-0])*(sgGrafica.cells[1,sgGrafica.RowCount-2])
sgGrafica.cells[2,sgGrafica.RowCount-2]:=inttostr(y);
Responder Con Cita