LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

FileSelectPopup does not display network folders.

A client is complaining that File Browser does not display network subfolders. I have verified the same problem on my machine.

I am using FileSelectPopup function for CVI 8.0.0 running on WinXP:

#define XML_FILE_EXTN "*.xml"

  lStatus = FileSelectPopup (pszDirList[0], XML_FILE_EXTN, XML_FILE_EXTN,
           XML_FILE_DLG_TITLE, VAL_SELECT_BUTTON, 0,
           0, 1, 0, pszSingFilePath);

Have you reported this problem before?

0 Kudos
Message 1 of 2
(2,843 Views)

Hello,

 

I couldn’t reproduce the behavior you describe.



 
I was able to browse to network locations both mounted and through the “windows network”.  What version of Windows are you using?  The file popup browser does nothing more than call a Windows function that displays the file browser.  Many programs probably use the same function, are you having problems with this in other programs (such as opening a file in MS Notepad)?  Perhaps I’m missing the problem too, as maybe you are referring to something different that I haven’t tried.

Message Edited by Travis M. on 05-05-2006 12:27 PM

Travis M
LabVIEW R&D
National Instruments
0 Kudos
Message 2 of 2
(2,822 Views)