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?
Thanks, Art
VLF-Win Status bar (RESOLVED)
VLF-Win Status bar (RESOLVED)
Art Tostaine
Re: VLF-Win Status bar
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"Re: VLF-Win Status bar
Is it possible to get the value of #Window.FIM.uStatusManager from a business object command?
Art Tostaine
Re: VLF-Win Status bar
Try just #FIM.uStatusManager