Re: beep
- Posted by George Walters <gwalters at sc.rr.com> Oct 04, 2004
- 611 views
Thanks Derek, that worked quite well in getting rid of the beep. I did find however that it broke the space bar toggling check boxes. Would that be expected with your change? Or did I make a mistake. george Derek Parnell wrote: > Since you are using this old version, you will need to patch it. > In the routine fDoKeys() locate the line .... > > if iMsg = WM_CHAR and sequence(lUserReturn) then > > and replace it with ... > > if sequence(lUserReturn) then >