En el formulario
propiedad keypreview = True
Evento OnKeyPress
If (key = #13) and (ActiveControl is TDBEdit) then
begin
Perform(WM_NEXTDLGCTL, 0, 0);
key := #0;
end;
Bien: aunque yo no he sido el que ha preguntado, todo ha salido bien. pero como hago para que con enter no se ejecuten tambien botones, sino solo los edit?