11-13-2009 02:38 PM
I am trying to access my application via web publishing tool included with the labview. Everithing seeems to be working untill I get to the standard File Dialog from the File I/O>Advanced File Functions palet. Converting this express vi to normal vi did not help. The standard two button message comes up without any problem as well as the reeoe messages but not this file dialog.
Does anybody knows a workaround for this problem?
11-13-2009 02:56 PM
Have you searched the forums for this? It has come up several times before.
The reason you can't is that the function brings up the Windows file dialog, which is basically a part of the operating system and only has context within the PC that is running the VI. It is beyond LabVIEW's control to web publish.
Look through the other message threads that the search brings up for some ideas to work around it.