Ver Mensaje Individual
  #5  
Antiguo 13-09-2004
Avatar de gmontes
gmontes gmontes is offline
Miembro
 
Registrado: jul 2004
Ubicación: Culiacán, Sinaloa, México
Posts: 668
Reputación: 20
gmontes Va por buen camino
gracias por la ayuda,
ya lo encontre



with DMSIU.zroqryFac do
begin
Close;
SQL.Clear;
DMSIU.cdsFac.Active:=false;
sql.add('select f.documento, f.remision, c.nombre, f.fechae, f.paciente, f.estatus, f.importet');
sql.add('from facturas f, clientes c where f.tipo =''F'' and f.clavec = c.clavec');
Open;

with DMSIU.cdsFac do
begin

Active := true;
(FieldByName('importet') as TFloatField).DisplayFormat := '###,##0.00';
end;
end;
Responder Con Cita