During the execution of the run method, the server macro code can ask questions, request input, request a file or send a file.
This is synchronized by the framework the macro code is running inside of, so that interaction with the client is similar to a simple PC GUI.
The available Methods are:
Method |
Description |
---|---|
Display a Message Box to the User and Wait for Response |
|
Display a prompt with a single input value for the client to enter |
|
Display a dialog with multiple lines of data entry for the client to fill-in and return |
|
Used to request the client to upload a file to the server |
|
Will send/download a file to the client and display a message to the user |