This works, in the keypress event.
*- Text from beginning to Insertion Point
lcTempString = LEFT(THIS.TEXT,THIS.SELSTART)
*- Last Carriage Return, end of previous line
lcBegOfLine = RAT(CHR(13),lcTempString)
IF THIS.SELSTART - lcBegOfLine > 70
IF FILE((ADDBS(GETENV('windir')))+'MEDIA\DING.WAV')
SET BELL TO (ADDBS(GETENV('windir')))+'MEDIA\DING.WAV'
?? CHR(7)
SET BELL TO
ENDIF
ENDIF
Thanks for pointing me in the right direction.
Sam