05-18-2006 06:44 AM
05-18-2006 06:49 AM
Only thing I can think of is to check ALL Properity nodes associated with the TAB Control. Sometimes by deleting a tab can mess up the properity nodes that act on the control.
If not using properity nodes then I have no clue.
Matt
05-18-2006 06:59 AM
05-18-2006 07:04 AM
This looks like a deep LV issue and could be ugly to resolve. If you have access to tech support start there. If not, if the differences are small start with a known good chunk of code and make the same changes. I am assuming that from your email that you have been using and building this app just fine for a period of time then it crashed? Anything that you have changed can be suspect.
Matt
05-18-2006 07:11 AM
05-18-2006 07:18 AM
I guess at this point it wouldn't hurt to try to Mass Complile the problem VI. See if it throws an error.
Good Luck,
Matt
05-18-2006 07:24 AM
05-18-2006 07:29 AM
Tools => Advanced => Mass Compile
Try it first on the individual file. I you change versions of LabVIEW it will bring your VI's up to the latest version. Like if you go 7.0 to 7.1 you want to Mass Compile all of your VI's to bring them up to the latest version otherwise it will have to do this every time you load an older file. It is a good idea to ZIP of Source Control your files before running Mass Compile.
Matt
05-18-2006 07:45 AM
05-18-2006 07:48 AM