View previous topic :: View next topic |
Author |
Message |
JyotsnaMV Beginner

Joined: 07 Aug 2003 Posts: 9 Topics: 5
|
Posted: Fri Aug 08, 2003 1:41 am Post subject: How to trap PF07 and PF08 keys in Panels? |
|
|
Hi ,
When creating new panels, .PFKEY gives the values of PF key pressed within that panel. When a PF03 is pressed .PFKEY has a value saying PF03. But when PF07 or PF08 are pressed, .PFKEY does not show those values. When a PF07/08 is pressed it says, UP /DOWN is not active. Any idea why is that???
Waiting for replies....
Thanks,
Jyotsna |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Fri Aug 08, 2003 9:39 am Post subject: |
|
|
If you are running this from a Clist, then this code at the beginning of the logic will clear the current value of a PFKey:
SET &ZPF07 =
ISPEXEC VPUT ZPF07 PROFILE
Beware that this will be permanent in the profile that you are using so it is best to invoke the Clist using the NEWAPPL parameter.
If this is a program, then use the IPSLINK call with VPUT. |
|
Back to top |
|
 |
JyotsnaMV Beginner

Joined: 07 Aug 2003 Posts: 9 Topics: 5
|
Posted: Thu Aug 21, 2003 6:37 am Post subject: |
|
|
Thanks
Jyotsna. |
|
Back to top |
|
 |
|
|