hardcopy frontCall available

"Hardcopy" is now available as a frontcall.

It allows you to print a screenshot of the current window.
CALL ui.interface.frontCall("standard","hardcopy",[],[ret])
There is an optional parameter to indicate if the screenshot must be adapted to the page size:
CALL ui.interface.frontCall("standard","hardcopy",[1],[ret])

In MDI container cases or MDI child cases, calling this front call will print the container (except when the current window is modal).