Page 1 of 1

Is it possible to hide this message appearing in VLF-ONE

Posted: Thu Nov 09, 2017 6:22 pm
by leojp
Hi Team,

I just have one straight forward question in VLF-ONE. Is is possible to hide the navigation issue that we get while executing the application as 'VLF-ONE'. Thought it is a error message/warning we don't want that to be shown in the bottom of the window in Blue. Please see to the attached snap shot. Kindly see to the red marked area.

Re: Is it possible to hide this message appearing in VLF-ONE

Posted: Mon Nov 13, 2017 11:27 am
by MarkD
The CLEAR_MESSAGES(); function should clear messages from the current panel - http://docs.lansa.com/14/en/lansa050/in ... _2360.htm

If the message comes from an asynchronous Q_CHECK_CURRENT_FORM("XXXXX","Unable to navigate to form XXXXXXXX") then the message may be issued asynchronously after the CLEAR_MESSAGES() has happened.

If the message is coming from a synchronous CHECK_CURRENT_FORM("XXXXX","Unable to navigate to form XXXXXXXX") then adding CLEAR_MESSAGES(); after that should do what you need.

If you did a Q_CHECK_CURRENT_FORM("XXXXX","") then you should not get any message at all.

Re: Is it possible to hide this message appearing in VLF-ONE

Posted: Tue Nov 14, 2017 6:15 pm
by leojp
Hi Mark,

Thanks for your reply. I have put the function CLEAR_MESSAGES() in onArrive() script of its individual screen. Post implementing this function I could see the terminal error message flashing for a second and goes off. Is there a way to remove/hide it off from screen completely. Or please let me know where exactly this function need to be put in the ramp script code.

Please see to the latest attached snap shot.

Re: Is it possible to hide this message appearing in VLF-ONE

Posted: Tue Nov 14, 2017 6:20 pm
by leojp
Adding to this issue I get the below message prompted when I click the page up button in the screen. Please let me know is there a way to hide them.

Re: Is it possible to hide this message appearing in VLF-ONE

Posted: Thu Nov 16, 2017 5:43 pm
by leojp
Hi Mark,

Can you please respond to my query. If this is a minor setting issue then I could verify and close it.

Re: Is it possible to hide this message appearing in VLF-ONE

Posted: Mon Nov 20, 2017 9:19 am
by MarkD
For the first question - Is there a way to remove/hide it off from screen completely - about the message appearing briefly.
The answer is no. You need to ask for a product enhancement to more closely control messages to do that.

For the second question - that's a message coming from your 5250 application.
I don't think you can stop it happening without changing your 5250 application in some way.

Re: Is it possible to hide this message appearing in VLF-ONE

Posted: Mon Nov 20, 2017 6:19 pm
by leojp
Thanks for your reply Mark.