KB-28004: MsgBox command not working in scripts running in a data server.

Question:

I have a MsgBox command in a script running in the data server. However, the message is not being displayed when the application is executed. How can I fix this?

Solution:

If the script is running in the server, MsgBox command cannot be used. This command only works in scripts that run in screen objects.

To monitor variables or purge scripts in the data server, you must use Application.Trace(“message”) command, which will add the message to a text file with the same name in the application’s domain folder.

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *