05-04-2006 06:37 AM
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?
05-05-2006 12:26 PM - edited 05-05-2006 12:26 PM
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