Ver Mensaje Individual
  #5  
Antiguo 26-03-2008
Avatar de georgejg
georgejg georgejg is offline
Miembro
 
Registrado: ene 2008
Ubicación: Colombia
Posts: 37
Reputación: 0
georgejg Va por buen camino
Solucionado

para hacer lo anterior se opto por esta opcion:

Código Delphi [-]
  
if (comboBox1.ItemIndex <> -1) then begin
      comboBox1.Enabled:= False;
  end
 else
  begin
    comboBox1.Enabled:= True;
  end;

hasta una proxima oprtunidad

bye
Responder Con Cita