Ver Mensaje Individual
  #5  
Antiguo 01-07-2011
gsilvei gsilvei is offline
Miembro
 
Registrado: jul 2006
Posts: 44
Reputación: 0
gsilvei Va por buen camino
Resolvido a la fuerza bruta.

Código Delphi [-]
var    Data : tdatetime;

  if P_FINVIGENCIA.Enabled = False then
    begin
     Data := P_INIVIGENCIA.Value; 
     Data := IncMonth(Data,12);
     P_FINVIGENCIA.Value:= Data;
    end
    else
    if P_FINVIGENCIA.Enabled = True then
    Data := P_FINVIGENCIA.Value;
Responder Con Cita