Ver Mensaje Individual
  #8  
Antiguo 05-01-2009
Avatar de Nati1
Nati1 Nati1 is offline
Miembro
 
Registrado: nov 2007
Posts: 24
Reputación: 0
Nati1 Va por buen camino
Correcto, es mi culpa por copiar y pegar sin ver:
Código Delphi [-]
With Modulo_Busqueda.Consulta_Busqueda do     
begin       
Close;        
SQL.Clear;        
SQL.Text:='SELECT * FROM Tbl_Trabajador WHERE No_Chapa = :valor'; 
Parameters.ParamByName('valor').Value:= CBox_NoSolapin.text;       
Open;     
end;
Responder Con Cita