Ver Mensaje Individual
  #2  
Antiguo 23-02-2010
Avatar de TrUnkS
TrUnkS TrUnkS is offline
Miembro
 
Registrado: dic 2005
Posts: 93
Reputación: 19
TrUnkS Va por buen camino
Si el campo aggregate es un campo persistente al cual se le puede enlazar un componente DB-Aware, entonces para tomar su valor se accede como tipo String, por ejemplo:
Código Delphi [-]
var VALOR: String;
 VALOR :=  TablaCAMPOAGREGGATE.AsString;
Responder Con Cita