Important: This function only concerns Adelia reports.
This function tells the user whether, for a given printer number, the Unicode encoding of the print file for the RAW mode must be maintained or converted into Ascii beforehand.
Context
Windows client,
Adelia Cloud client,
Event Adelia client.
Parameters
NUM_BIN_2 |
PrinterNum |
Number of the printer (from 1 to 9). |
BOOL |
RawUnicode |
Indicates if the unicode encoding of the print file must be maintained (*TRUE) or converted into Ascii (*FALSE) before being processed by the printer. |
BOOL |
ReturnCode |
Return code for the operation: *TRUE if the operation was successful. *FALSE if the operation failed. |
Example
BOOL VarRawUnicode
BOOL RetCode
CALL_DLL 'VATOOLBX.DLL' 'VaToolBxQueryAdeliaPrinterRawUnicode' 1 VarRawUnicode RetCode
List of the VaToolBx functions by topic