Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Pascal Delphi Components Misc > Eliminating the...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 3 Topic 167 of 240
Post > Topic >>

Eliminating the Beep from TEdit

by "harkawy" <harkawy@[EMAIL PROTECTED] > Dec 22, 2004 at 06:55 PM

I'm in the process of re-writing some Pascal V7.0 software using Delphi
3.  On my TabbedNotebook, I have numerous TEdits that tab from one to
the next.  I added "if Char(key) = #13 then Edit2.SetFocus;" within the
Edit1KeyDown procedure to read the Enter key so that the program will
advance to the next TEdit.  If I press the Enter key to move to the
next TEdit the "Beep" is heard but not if I tab.  How do I get rid of
that darn "Beep"?  I figure it must be somewhere in TEdits parentage
where a test for characters is performed like "Set of Char =
['A'..'Z','a'..'z','0'..'9',#13,#27]"  I'd like to remove the #13 from
the test that which calls the Beep.
Any help would be most appreciated.

Harvey




 3 Posts in Topic:
Eliminating the Beep from TEdit
"harkawy" <h  2004-12-22 18:55:49 
Re: Eliminating the Beep from TEdit
"harkawy" <h  2004-12-22 19:48:50 
Re: Eliminating the Beep from TEdit
"harkawy" <h  2004-12-24 20:45:42 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu May 15 1:19:27 CDT 2008.