Ver Mensaje Individual
  #2  
Antiguo 28-07-2003
__cadetill __cadetill is offline
Miembro
 
Registrado: may 2003
Posts: 3.387
Reputación: 25
__cadetill Va por buen camino
Puedes utilizar el evento BeforePost y alli hacer algo asi

Código:
var
   valor : integer;
begin
  valor := TuTabla.FieldByName('Codigo').AsInteger;
  TuTabla.FieldByName('Codigo').AsString := FormatFloat('00', Valor);
end;
Espero te sirva
Responder Con Cita