Is it possible to make DISPLAY MESSAGE display on the center of the screen, or on top center? I've tried TOP, but it displays top right?
I also put in a DELAY, but if I click on the message, it dissapears. I would like it to stay the full 60 seconds and thus prevent users from doing anything else while the message is shown. Is this doable? Also, tried MTITLE, but no title shows. Maybe I used it wrong? Tried following the syntax.
The rule is in a process that starts when the user clicks a button. The first rule is an EXEC_SP, and I would like the message to be displayed while this SP is running in the background.
The rule looks like this:
DISPLAY MESSAGE ASYNCH DELAY 60 TOP 'Vennligst vent til data er hentet før du gjør noen endringer' MTITLE 'VENNLIGST VENT'