Ver Mensaje Individual
  #6  
Antiguo 12-06-2007
jgutti jgutti is offline
Miembro
 
Registrado: may 2003
Posts: 189
Reputación: 22
jgutti Va por buen camino
yo para solucionar este problema realizo lo sgte:
en el evento exit de dbgrid consulto:
if (tabla.state=dsinsert) or (tabla.state=dsedit) Then
tabla.post;

- de esta forma al salir del debe grid si existe un post pendente forzara a realizar el post.

jgutti
Responder Con Cita