VLF-Win Status bar (RESOLVED)

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
atostaine
Posts: 696
Joined: Wed Jan 20, 2016 7:38 am

VLF-Win Status bar (RESOLVED)

Post by atostaine »

Is there a way to add information to the bar at the bottom? We currently are using set_Session_value in our embedded interface point to indicate the user is in test mode. Maybe even in the window title?

We would like to show Test=True or simply the word TEST when in test mode. Is there a good way to display this somewhere on the VLF-WIN window?
screen_shot.png
screen_shot.png (19.14 KiB) Viewed 11786 times
Thanks, Art
Art Tostaine
MarkD
Posts: 692
Joined: Wed Dec 02, 2015 9:56 am

Re: VLF-Win Status bar

Post by MarkD »

Try this in your framework’s main IIP (i.e. your version of the shipped example UF_SYSTM) in the avMAINWindowReady method:

Code: Select all

#Window.FIM.uStatusManager.uUser := *User + " - TEST"
atostaine
Posts: 696
Joined: Wed Jan 20, 2016 7:38 am

Re: VLF-Win Status bar

Post by atostaine »

Thanks Mark.
Art Tostaine
atostaine
Posts: 696
Joined: Wed Jan 20, 2016 7:38 am

Re: VLF-Win Status bar

Post by atostaine »

Is it possible to get the value of #Window.FIM.uStatusManager from a business object command?
Art Tostaine
MarkD
Posts: 692
Joined: Wed Dec 02, 2015 9:56 am

Re: VLF-Win Status bar

Post by MarkD »

Try just #FIM.uStatusManager
atostaine
Posts: 696
Joined: Wed Jan 20, 2016 7:38 am

Re: VLF-Win Status bar

Post by atostaine »

Thank you
Art Tostaine
Post Reply