Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Edittable PGUP PGDN etc OI 9.4.4
I want to respond to the event of a keystroke in an edittable. In particular I need to respond to the PGDW PGUP HOME END and arrow keys.
I read on the Rev forum these keys are not passed unless you Qualify the WM_PARENTNOTIFY event on the edittable in the CREATE event.
So I add Call Send_Message("TEST.TABLE"," QUALIFY_EVENT", 528, 1) to the CREATE event.
However I never a get a CHAR event or a WINMSG event when pressing these keys.
Is this just not possible?
I read on the Rev forum these keys are not passed unless you Qualify the WM_PARENTNOTIFY event on the edittable in the CREATE event.
So I add Call Send_Message("TEST.TABLE"," QUALIFY_EVENT", 528, 1) to the CREATE event.
However I never a get a CHAR event or a WINMSG event when pressing these keys.
Is this just not possible?
Comments
I cannot say if this is possible. I simply haven't played with this (and usually I don't need to because we tend to use the SRP EditTable). I'll let you to contact me directly if you are interested in me scheduling time to dive deeper.
Perhaps this is just a typo when you posted the code in your post, but I see a space between the opening quote and the keyword QUALIFY_EVENT. If that is how your code looks then I would not expect it to work.
BTW the typo was in my post on here it was correct in my code.