12-08-2005 05:43 AM
12-08-2005 06:23 AM
You should never go and delete lines from NI files like that - you don't know how those files are being used and you're inviting a world of trouble. I suggest you try finding that file on your CDs (it's probably in a cab file) and restoring it. As for handling the error, simply wire the error out terminal into anything and you won't get the popup. Note, however, that you should not just go around wiring error out terminals into walls - instead, you should have code which will handle the errors - error handling is very important. If you want to get rid of any error at that point, wire the error out terminal into the Clear Errors VI (Time & Dialog palette). If you only want to get rid of this error, you can unbundle the error cluster and use a case structure to decide what to do based on the error number.
To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here and here are a couple you can start with. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).