Ver Mensaje Individual
  #6  
Antiguo 03-11-2017
Avatar de The Cid James
The Cid James The Cid James is offline
Miembro
NULL
 
Registrado: jun 2013
Posts: 129
Reputación: 11
The Cid James Va por buen camino
Me complique la vida yo solo, con solo una linea de código lo enviaba automáticamente

Código Delphi [-]
procedure Tfcliente.BCeditClick(Sender: TObject);
begin
  if fmodulo.tCliente.Locate('id_cliente', fmodulo.qCliente['id_cliente'], [])
        then
          begin
            fmodulo.tCliente.Edit;
          end;
    fmodulo.qCliente.Refresh;
end;

Gracias
__________________
We are told to remember the idea, not the man, because a man can fail. He can be caught, he can be killed and forgotten, but 400 years later, an idea can still change the world.
Responder Con Cita