Hello, since we upgraded from CVI5.01 to CVI8.0 the printout of a graph doesnt work correctly. Only when I set "SetPrintAttribute (ATTR_SYSTEM_PRINT_DIALOG_ONLY, 1);" the printer specific dialog appears and printing is possible. When I want to bring up the CVI Print Dialog by setting "SetPrintAttribute (ATTR_SYSTEM_PRINT_DIALOG_ONLY,0);", the program crashes with a message concerning a "double" fault caused in the line " printresult=PrintPanel (panel_accur, " ", 1, VAL_FULL_PANEL, 1);" When I exclude program parts ,where the graph is filled with measuring points (done like that :"PlotXY (panel, graph, array_s_wert, array_fehler, index+1, VAL_DOUBLE, VAL_DOUBLE, VAL_CONNECTED_POINTS, dot, VAL_SOLID, 1, color); ")
the printout works , and the CVI Print DialogBox appears . All other print attributes are left as default. The uir-file that contains the graph is already remade with CVI 8.0 .