Ver Mensaje Individual
  #3  
Antiguo 25-11-2007
Avatar de MaMu
MaMu MaMu is offline
Miembro
 
Registrado: abr 2006
Ubicación: Argentina
Posts: 863
Reputación: 21
MaMu Va por buen camino
SOLUCIONADO

Je, perdon dec, es que mi malestar estomacal no me deja pensar, me di cuenta lo que habia puesto mal

Código Delphi [-]
 if ComboBox2.ItemIndex=1
    then begin
      QClientes.Filter:='localidad=''Ciudad Auton. Bs. As.''';
      QClientes.Filtered:=True;
      QClientes.Refresh;
    end;

Y ahora si me funcionó.

"Mens sans in corpore sans"
__________________
Código Delphi [-]
 
try 
ProgramarMicro(80C52,'Intel',MnHex,True);
except
On Exception do
MicroChip.IsPresent(True);
end;
Responder Con Cita