LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Grayscale printing selection lost upon building exe

Issue: the selected grayscale printing, reverts back to color printing after building an executable. How can I have grayscale printing be the default in my executable? Development package: Labview 6.1.  Operating system: Windows XP .  Thanks, Hathi
0 Kudos
Message 1 of 3
(2,697 Views)
You need to add an INI file for the EXE called App.ini where App is the name of the EXE without the .exe.  If you alreayd have an INI named that, then add this section to the INI.  If not, then create the INI file with the following section:

[App]
colorPrinting=False

Again, App is the name of the EXE without the .exe.
0 Kudos
Message 2 of 3
(2,694 Views)
Thanks. That was the problem; the .ini file was not present. Hathi
0 Kudos
Message 3 of 3
(2,660 Views)