Printing Unicode characters with Report.Print method

P

Paul H. Miller

Does anyone know of a way to make the Print method of
reports output Unicode characters above the standard ANSII
256 characters. Whenever I try to do so, VBA converts all
characters with a code over 256 to their ANSII
equivalents. I have a feeling Microsoft never upgraded
the method to accept wide character strings, but it may be
something else.
 
Top