Skip to main content

Problem:

Doing a statement:

ACCEPT MAIN-MENU ON ESCAPE GO TO 20-CK-FUNCTION.

This allows PF keys to be depress for different answers. But every time hitting a PF key for the answer the screens states:

THAT KEYSTROKE HAS NO MEANING HERE.

The older version (workbench) worked just fine.

Resolution:

First check the old system for this file  --> ADISCTRL and place it  in the directory with the .EXE

If it does not exist to create a new one using the utility ADISCF, to find this in help, on the index

tab type in adiscf

Then to manually link in these modules if using static linking for the .EXE:

Highlight the exe, go to build settings, go to the link tab

change the category from "general" to "advanced"

and on the line that says link with these objs

list these modules;

adis,adisinit,adiskey,adisdyna

Old KB# 1291