Ver Mensaje Individual
  #2  
Antiguo 30-12-2003
__cadetill __cadetill is offline
Miembro
 
Registrado: may 2003
Posts: 3.387
Reputación: 25
__cadetill Va por buen camino
Tan sencillo como....
Código:
Query.SQL.Clear;
Query.SQL.Add('select sum(campo) as suma........');
Query.Open;
QRLabel.Caption := Query.FieldByName('suma').AsString;
Responder Con Cita