Show/Hide Toolbars

Inventu Viewer+ Server Macros

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

ClientMessageBox

Display a Message Box to the User and Wait for Response

ClientPrompt

Display a prompt with a single input value for the client to enter

ClientParms

Display a dialog with multiple lines of data entry for the client to fill-in and return

GetClientFile

Used to request the client to upload a file to the server

PutClientFile

Will send/download a file to the client and display a message to the user