Ver Mensaje Individual
  #3  
Antiguo 29-08-2011
negrokau negrokau is offline
Miembro
NULL
 
Registrado: abr 2011
Posts: 210
Reputación: 13
negrokau Va por buen camino
Talking

cuando coloco este comando me salta el error
Código Delphi [-]
IF NOT (COD_FACT.Text='') THEN
BEGIN
DM.Q_DET_FACT.Close;
DM.Q_DET_FACT.Params[0].Value:=COD_FACT.Text;
DM.Q_DET_FACT.Open;
END;
Responder Con Cita