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?