View previous topic :: View next topic |
Author |
Message |
sivasathivel Beginner
Joined: 16 Sep 2004 Posts: 11 Topics: 8 Location: India
|
Posted: Fri Dec 03, 2004 4:00 am Post subject: PF Keys in REXX |
|
|
Hi,
I'm using a ISPF Panel with PF keys. My intention is to trap the PF keys and provide functionalities for the keys. KEYPRESS=.PFKEY and vput the KEYPRESS to the Rexx Program. There I defined the Key fucntionalities. But for Keys like F1, etc. The HELP is displayed instead of the key function. How to overcome this and provide user defined fucntion to the keys? _________________ Thanks and Regards,
Siva Sathivel K
India |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Fri Dec 03, 2004 9:23 am Post subject: |
|
|
Please don't do that. It is not how ISPF applications are supposed to work. The application should respond to a command from the command line and the PFKeys should be set to those commands. You should never force a user to use specific keys because they can change their keys. Use your own application id and/or use keylists. If necessary, see also the CMD() operand of the panel )BODY statement. |
|
Back to top |
|
 |
|
|