Hi everybody!
How I can avoid a sound if a press space bar in xbrowse, I use space to check and uncheck the first col.
Thanks in advance
ukoenig wrote:You can try with any key :
oBrw:bKeyDown := { | nKey | ( nRPos := RECNO(), ; // record-pos if needed
nCPos := oBrw1:SelectedCol():nCreationOrder, ; // selected col
IIF( nCPos = 1 .and. nKey == 13, ; // Sound on EDIT only on column 1
SndPlaySound( c_Path1 + "Alert.wav", 0 ), NIL ) ) }
regards
Uwe
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: russimicro and 46 guests