Message box show up on server

TheWizardofInt

Well-known member
Joined
Dec 31, 1969
Messages
333
Location
Orlando, FL
I am trying to give the user a message box within a form

When I use the message box in any format but ServiceNotification or DefaultDesktopOnly, I get this message:

It is invalid to show a modal dialog or form when the application is not running in UserInteractive mode. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.

However, those formats show the msgbox at the server, not the application

What do I need to reset to use other messageboxes that the user can see?
 
To my knowledge, you cant. Youll have to use Java script or VB script for that. You can maybe use a panel with an okay/cancel button in it along with a message as an alternate and just show/hide it as needed.
 
Back
Top