Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Using PF key in Text editor

Former Member
0 Kudos

Hi

I have created a text editor on a module pool program screen in read only mode.

no of visible lines = 10.

if there are more than 10 lines the user wants to see the next lines when uses any FUNCTION KEY. for Ex F6.

How to use a function key in the text editor to get page down or page up functionality.

Thanks

Kiran

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Doesn't the scroll bar show up on the right side?

the editor object has events for F1 and F4. I guess you could create a new object and inherit this one to add more Fkey events.

1 REPLY 1

Former Member
0 Kudos

Doesn't the scroll bar show up on the right side?

the editor object has events for F1 and F4. I guess you could create a new object and inherit this one to add more Fkey events.