i ´ve build a simple input form with five TEdit fields. the user wants to
navigate between
the fields not only via "tab-button", he wants to get the possibility to use
the "enter-button"
to navigate. i used "OnKeyDown-Event" of TEdit to implement this feature
and its running well. there is just a little problem: everytime you press
the "enter-button" the machines speaker returns a litte "beep".
does someone know how i can "switch off" this behaviour ?
thanks
frank schrade
Sorry I forget to put same function.
procedure PostNextControl;
begin
PostMessage(Form.Handle, wm_KeyDown, vk_Tab, 0);
Key:=#0;
end;
--
ptonev
www.ptonev.com
> hi there,
>
> i 扉e build a simple input form with five TEdit fields. the user wants to