Código Delphi [-]If RadioButton1.checked then begin Query1.Close; Query1.SQL.Add(' where Cant <= 10'); Query1.open; end;
If RadioButton1.checked then begin Query1.Close; Query1.SQL.Add(' where Cant <= 10'); Query1.open; end;