Warning: This function is used for Adelia reports only.
This function allows to choose the format to be used for Adelia reports preview, for a given printer number.
Context
Adelia Cloud Client.
Parameters
NUM_BIN_2 | PrinterNum | Printer number (from 1 to 9). |
BOOL |
Permanent |
Specifies whether or not the new parameters are taken into account for the current session only (*FALSE) or permanently (*TRUE) (the configuration file will be modified). |
NUM_BIN_2 |
Format |
Possible values: *1: text format *2: PDF format |
BOOL | ReturnCode | Return code for the operation: *TRUE if the operation was completed successfully. *FALSE if it was not. |
Example
* Set the Adelia report preview format to PDF:
BOOL retBOOL
CALL_DLL 'VATOOLBX.DLL' 'VaToolBxCloudSetAdeliaPrinterPreviewSpoolFormat' 1 *FALSE 2 retBOOL
List of the VaToolBx functions by topic