Board index » delphi » Why a Beep when Enter key is pressed?
d-al...@concentric.net
![]() Delphi Developer |
Thu, 16 Sep 1999 03:00:00 GMT
Why a Beep when Enter key is pressed?I wanted to be able to commit the text in a edit box by pressing the procedure TForm1.FreqEditKeyPress(Sender: TObject; var Key: Char); begin VSSComm321.writecommdata(pchar(sendstring),length(sendstring)); FreqEdit.text:=''; {clear the edit box for next entry} The idea is that I want to repetitive enter data into the edit box Now when I press enter it does work but I get a beep every time? Any Idea why? Thanks - Dave Alden - d-al...@concentric.net |