Sorry, attachment missing...
For the very last of your question: these statements are always to be inserted in the .c files: userint.h file is not to be modified since it's part of the standard CVI distribution and could be overwritten when installing an update, the same as the .h files with the same name as the UIR files: they are overwritten every time you save your UIR.
Since you have altready tried to add these commands, check in the source code if there are some other istances of those statements, perhaps executed after your addition. Consider that the program executes sequentially the main function up to RunUserInterface statement, that enables user interface events management: you may have those statements in the source code, maybe placed in a subroutine called after the place where you added your own statements.
Message Edited by Roberto Bozzolo on 04-21-2005 05:49 PM
Message Edited by Roberto Bozzolo on 04-21-2005 05:49 PM