Código Delphi [-]procedure TAnalisisForm.DBGrid1KeyPress(Sender: TObject; var Key: Char); begin if Key = Chr(13) then DBGrid1.SelectedIndex := DBGrid1.SelectedIndex + 1; end;
procedure TAnalisisForm.DBGrid1KeyPress(Sender: TObject; var Key: Char); begin if Key = Chr(13) then DBGrid1.SelectedIndex := DBGrid1.SelectedIndex + 1; end;