LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

PrintPanel() error

I get the error:
C:\\WINNT\System32\TrackidNotfound TrackID dll.
When I use the command PrintPanel().
See context:
SetPrintAttribute (ATTR_ORIENTATION, VAL_PORTRAIT);
SetPrintAttribute (ATTR_PRINT_AREA_HEIGHT, VAL_USE_ENTIRE_PAPER);
PrintPlatPanelStatus = PrintPanel (platSheet, NULL, 1, VAL_FULL_PANEL, 1);
What cab be the cause of this problem?
0 Kudos
Message 1 of 4
(3,245 Views)
TrackID.dll seems to be a print driver .dll. Try printing to a diffirent device, i.e. change your default printer and see if it still fails!
Jattie van der Linde
Engineering Manager, Software & Automation
TEL Magnetic Solutions Ltd
0 Kudos
Message 2 of 4
(3,245 Views)
As Jattie sais, looks like this is a problem with the driver for that printer. You can give a try to upgrade or downgrade the printer driver to see if that makes any difference. For this type of error reinstalling the driver could fix it.

Let us know how this goes.

Juan Carlos
N.I.
0 Kudos
Message 3 of 4
(3,245 Views)
I print to a different printer no problem.
So, something is wrong with the SAVIN SLP38c that I am using.
0 Kudos
Message 4 of 4
(3,245 Views)