Removing Ramp Messages from Previous Session
Posted: Wed May 13, 2020 8:29 am
I was wondering if it is possible to remove or clear messages if you move from one ramp screen to another? The message bar at the bottom of the axes screens seems to hold on to the messages and doesnt clear when you leave the screen. Also is there a way to hide the message bar if the axes screen is not being displayed due to navigation to another screen? Currently it flashes a message during navigation.
I did see 2 options but not sure which one is correct to use. One is in the ramp script and the other is a lansa code.
Where would the best place to add this? In the Server Module, an RP, etc? which is better to do with or without the mainform? The ramp script appears to do nothing.
I did see 2 options but not sure which one is correct to use. One is in the ramp script and the other is a lansa code.
Where would the best place to add this? In the Server Module, an RP, etc? which is better to do with or without the mainform? The ramp script appears to do nothing.
Code: Select all
#AVFRAMEWORKMANAGER.avClearMessages Requester(#COM_OWNER) Inmainform(true)
#AVFRAMEWORKMANAGER.avClearMessages Requester(#COM_OWNER)