KEYBOARD
Activate/Deactivate interruption with Command + period
LOCAL FN doBreak
IF SYSTEM(_aplFlag) = 0 THEN STOP ' stop if run in FB environment
END FN
ON BREAK FN doBreak
if you're using PG then go into the RunTime.GLBL and change:
_ignoreCmndPeriod = _false
to
_ignoreCmndPeriod = _true
|