Good day
I have defined a map in a program and based on user action, a pop-up screen appears. A subprogram is called that handles the pop-up screen. The pop-up screen is defined as follows:
DEFINE WINDOW MYpopup
SIZE 15*65
BASE 7/10
TITLE ‘THIS IS MY POP-UP SCREEN’
CONTROL SCREEN
FRAMED ON
SET KEY PF1 NAMED ‘HELP’
PF3 NAMED ‘EXIT’
PF4 NAMED ‘CONFIRM’
The PF keys should be displayed as buttons at the bottom of the screen in ApplinX, however in my case the moment the pop-up screen appears, the PF keys does not display in ApplinX
Please assist
thank you
Phillip
#Mainframe-Integration#ApplinX#webMethods