Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

tedit and enter-button

0 views
Skip to first unread message

frank schrade

unread,
Aug 29, 2002, 2:55:12 PM8/29/02
to
hi there,

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


Petio Tonev

unread,
Aug 30, 2002, 2:37:36 AM8/30/02
to
Hi,

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

0 new messages