Capturing F3

nnswain

Active Member
hi - i would like to capture F3 thru @@AID. unable to find the @@aid value for F3. please help
thanks
nitya
 
Look in the /Copy book I00INFDS in the SVR as it shows the values of the aid byte returned in the File Information Data Structure. For example it says Command Key 3 is a X'33'.
 
Nitya,

In your program look for this field - #FEOJ. This is the field used for
seeing if the user pressed F3. If you go to G92 and take option 7 for
Function Key Definitions and inquire on the video/display name you
should see Exit Program with Key/Opt and Field. Test for @@AID =3D #FEOJ,
then do something.

I hope this helps?
Jim Rubino
Fike Corporation
 
Back
Top