Ver Mensaje Individual
  #4  
Antiguo 09-10-2005
Epunamun Epunamun is offline
Miembro
 
Registrado: jul 2005
Posts: 45
Reputación: 0
Epunamun Va por buen camino
Código:
 
 procedure TForm1.DBGrid1DblClick(Sender: TObject);
 begin
 table1.Insert;
 table1.FieldByName('Nombre Producto').AsString := table2.fieldbyname('Nombre Producto').AsString;
 table1.Post;
 table1.Refresh;
eso es para guardar datoa a otra tabla pero se entiende????
Responder Con Cita