BrowseFolder API - Start at default folder/subfolder

D

Dale Fye

I've been using the BrowseFolder API for quite a while, and one of the things
that I have not figured out is how to open the window to a specified folder.

I have an application that I use to "archive" documents from a network to a
server, so that only a couple of individuals have direct access to them.
When I run my application, I use the GetOpenFileName API to select the file I
want to archive, and I use the BrowseFolder API to identify where I want to
"archive" it. What I would like to do is pass a default folder to the
BrowseFolder API so that I can start at a previously defined default folder
and drill down from there, rather than having to start at the top of the
structure.

Any ideas how to do this?

Dale
 
R

RoyVidar

Dale said:
I've been using the BrowseFolder API for quite a while, and one of the things
that I have not figured out is how to open the window to a specified folder.

I have an application that I use to "archive" documents from a network to a
server, so that only a couple of individuals have direct access to them.
When I run my application, I use the GetOpenFileName API to select the file I
want to archive, and I use the BrowseFolder API to identify where I want to
"archive" it. What I would like to do is pass a default folder to the
BrowseFolder API so that I can start at a previously defined default folder
and drill down from there, rather than having to start at the top of the
structure.

Any ideas how to do this?

Dale

Check out at the link to Stephen Lebans here
http://www.mvps.org/access/api/api0002.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top