Ver Mensaje Individual
  #3  
Antiguo 15-10-2008
Memo6015 Memo6015 is offline
Miembro
 
Registrado: ago 2008
Posts: 35
Reputación: 0
Memo6015 Va por buen camino
hola gracias por responder
supongo que mi dbgrid se llena cuando se ejecuta este codigo

Código Delphi [-]
 Query :='SP_CONSULTA_PRODUCTOS  '
               + IntToStr(Codigo_Int);
       Q_PlatosConsultaCodigo.SQL.Clear;
       Q_PlatosConsultaCodigo.SQL.Add(Query);
       Q_PlatosConsultaCodigo.Open;

me creare un procedimiento aparte y lo llamare a ver si actualiza la dbgrid y te cuento , gracias por la recomendacion
Responder Con Cita