This will save the currently active view into an image file of type jpg or png. The generated image may afterwards be used in an intranet application.
Typically a call to macro command ActivateView is made prior to calling SaveView, in order to select the resource view going to be saved in the image file.
Example parameter configuration
Parameter descriptions
(* = configuration required)
fileName *
Specify the destination file name (without path and post fix)
format
The following options are supported: jpg or png
path
The directory path of the file to write to. A directory path may be specified relative to the ROB-EX installation directory, as in the example configuration above.
screenDump
true
: the generated file will be an exact dump of the screen, i.e. only resources that are currently visible on the screen will be in the file
false
: the generated file will contain also the resources shown when scrolling down the gantt window.
width
The final width in pixels of the generated image. The height of the image is adjusted to fit the specified width
Post your comment on this topic.