Search found 2 matches

by patrickf
25 Aug 2023, 02:59
Forum: "How do I do this"
Topic: 5250 attribute styline not working in axesjsm vs axests
Replies: 0
Views: 22692

5250 attribute styline not working in axesjsm vs axests

Axes version is 4.2.1.001
I have an RPG program that shows all the 5250 colors based on the Application Styling Rules I have created in the Axes project.
Screen shots below show the results in Axes TS engine
Sample Screen.png

Application Styles.png

The styling rules work well in Axes running ...
by patrickf
16 Feb 2019, 04:40
Forum: "How do I do this"
Topic: How can I setup a global onLeave event ?
Replies: 1
Views: 10408

How can I setup a global onLeave event ?

I want to capture the function key that the user pressed on a screen in the onLeave using the ENV.key. I can set this up on a screen in the Screen Level onLeave event.
How can I setup an onLeave script that would apply to every screen. I have seen onApplicationStart to set events that are execute by ...