This is just a shot-in-the-dark but try adding this to your labview.ini file:
BldApp.RemovePolyVIsandTypedefs=False Restart LV then rebuild your app. Michael Aivaliotis > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Vic Blosser > Sent: Tuesday, February 03, 2004 3:26 PM > To: Scott Hannahs; LabView (E-mail) > Subject: RE: Labview 7 gotchas > > > An example of one of the noted problems: > Vi Function - Enter information for the devices to be tested. > - Display for entry of info and save to a file. > For loop - it's setup to run for the number of devices to be tested. > - use loop counter (add one) to indicate which device > - fed to a sub vi and to spreadsheet build to send to a file. > Sub Vi Function - Display several fields to allow information > be entered then continue. > - set up - blank fields - display which device > Continuous loop - enter field information - press continue > button - stop loop > - pass info out of loop and out of the sub vi. > - information passed to build spreadsheet record to be > saved to file. > > All this works fine in the development environment. But after > being compiled the displayed device numbers (for 6 devices) is: > 1 1 2 3 4 5 > In the saved file it is: 1 2 3 4 5 6 > > Very simple, it should work, but it doesn't. I'm lost. Worst > case of magic I've ever seen. > > Vic, > > >
