Ver Mensaje Individual
  #34  
Antiguo 04-10-2007
JOSEA JOSEA is offline
Miembro
 
Registrado: may 2004
Posts: 12
Reputación: 0
JOSEA Va por buen camino
Prueba esto

Raro, raro, raro ... quizas con esto te funcioneQuery1.SQL.Text := 'Select "Nombre" as minombre, Departamento from Empleados where Codigo = :codigo and Activo = 1';Query1.Active := True;Query1.ParamByName('codigo').AsString := EdNCodigo.Text;EdSNombre.text := Query1.fieldbyname['minombre'].AsString;
Responder Con Cita