LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

stand alone program NI Reports

Hello. I am having a small problem with the printing portion of my program. I'm using NI Reports to print the data that I want. Everything prints fine when I run the program from the computer that I wrote and compiled the code. When I create the stand alone version of the code and transfer it to another computer, there is a small problem. All of the data prints fine, but the font is messed up. I specifically set the attribute to 10 font throughout the code, but when printing from the stand alone program, it defaults to 12 font. Is there any way to correct this? Any suggestions would be greatly appreciated. Thanks.

Jason
0 Kudos
Message 1 of 2
(2,896 Views)
Jason,

There is the possibility that the font that you are assigning to the report is not found on the second system and this causes to another font settings to be set. I can't think of another way to set the font besides doing it in the code.

I would try with another font to see if that makes any difference, also I would not use any bold settings, this can also cause some problems if the font does not have an spcific "bold" version of the font.

I hope this helps, but let me know if you have any other questions.

Regards,

Juan Carlos
N.I.
0 Kudos
Message 2 of 2
(2,896 Views)