Application Development and Automation 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: 
Read only

App tool bar

Former Member
0 Likes
376

How to change app tool bar at runtime

How to change app tool bar at runtime

1 REPLY 1
Read only

Former Member
0 Likes
351

For every GUI Status there will be a corresponding program where it is created and called.

At any point of time after u login to the system at any screen , u can see the Current GUI Status by going to MenuBar->System->Status-> Here u need to Note the GUI Status and program name

1) Copy the current status (by executing ur program in debugging mode )at the point where u want the application toolbear to be different.

2) modify the copied status and call using statement SET PF-STATUS

Sudheer