Products Downloads


French version


 


Important: This function only concerns Adelia reports.


This function is used to force (or not force) the saving of the unicode encoding of the print file for the RAW mode for a given printer number.

By default, a print file encoded in UTF-8 or UTF-16 is converted into Ascii before being processed by the printer.


Context

  • Windows client,

  • Adelia Cloud client.


Parameters

NUM_BIN_2

PrinterNum

Number of the printer (from 1 to 9).

BOOL

Permanent

Indicates whether the new parameter is taken into account for the session '*FALSE) or permanently (*TRUE) (the configuration file is therefore changed).

BOOL

RawUnicode

*TRUE forces the saving of the unicode encoding.

BOOL

ReturnCode

Return code for the operation:

*TRUE   if the operation was successful.

*FALSE  if the operation failed.


Example

BOOL RetCode


CALL_DLL 'VATOOLBX.DLL' 'VaToolBxSetAdeliaPrinterRawUnicode' 1 *FALSE *TRUE RetCode



List of the VaToolBx functions by topic


↑ Top of page