In the following sample the F1 key is now disabled:
This is the reason:
EMG
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oWnd
DEFINE WINDOW oWnd
ACTIVATE WINDOW oWnd
RETURN NILThis is the reason:
// ::HelpTopic() // as WM_HELP is now supported by controlsEMG