Tone when the user fills an edit box.

Post Reply
Ollie
Posts: 233
Joined: Sat Dec 30, 2006 6:10 am

Tone when the user fills an edit box.

Post by Ollie »

Can you make a tone when the user fills an edit box?

e.g. He types '12345' in a 4 CHAR field - Can one make it beep when he types the 5?
Many thanks
Ollie.

Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Ollie,

#include "set.ch"

...

Set( _SET_BELL, .T. )
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Enrico,

right as usual :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply