I'm developing a front end for one of our internal apps that populates
a simple table of 4 or 5 columns. One of the columns is to contain a
destination path for another process to copy files to on a daily
basis.
I can, of course, have a textbox and have the user enter a path of
\\server\share\directory\directory\directory
But the path can be quite long. Is there a better way to create an
interface for the user than having them type in the path name?
John Timney (MVP) - 13 Dec 2007 20:43 GMT
if they are common shared directories, then you could enumerate the server
for its shares and present them in a listbox
Regards
John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
> I'm developing a front end for one of our internal apps that populates
> a simple table of 4 or 5 columns. One of the columns is to contain a
[quoted text clipped - 7 lines]
> But the path can be quite long. Is there a better way to create an
> interface for the user than having them type in the path name?