Support of Classes and Methods Implemented in jadpmap Library

You can access all GUI properties and methods (which are marked as clientExecution methods) from a server method except for anything that brings up a modal type dialog; that is, app.msgBox, Form::showModal, Form::popupMenu, and the common dialog class methods.

The other exceptions to this are the app.doWindowEvents, app.checkPictureFile, and app.loadPicture methods, which are executed relative to the server.

Use of GUI methods and properties is very expensive in a server method.

A clientExecution method requires that all transient objects passed to the server are passed back with the client execution (and passed back to the server after the client execution is complete). Accessing GUI properties and methods within a server execution should therefore be done only in exceptional circumstances.