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;