Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access VBA
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 2nd, 2004, 01:15 PM
Registered User
 
Join Date: Sep 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default BROWSEINFO for dialog for browsing folders

I have done the coding with BROWSEINFO to create a simple dialog box to browse for & select a folder. Is there a way that I can set it to 'remember' the last folder that was selected? Currently it goes to the initial root folder every time the dialog is brought up.

 
Old November 4th, 2004, 09:01 AM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

Hi,

   I have not done this, but you could save the last folder variable (if you can capture it) to a table. Then reference the table on the next operation.

   You will want to delete all the records in the table on your application close event.

   I hope this gets you started.



mmcdonal
 
Old November 4th, 2004, 03:53 PM
Registered User
 
Join Date: Sep 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

That's so crazy, it might just work! I have a big case of fuzzy-brain right now.. debugging isn't fun.

Thanks very much!






Similar Threads
Thread Thread Starter Forum Replies Last Post
browsing path garrisonian14 PHP How-To 1 June 6th, 2007 05:30 AM
replace Word dialog with my designing dialog doublelucky Visual C++ 0 March 19th, 2007 02:27 AM
Browsing for a file jroxit Other Programming Languages 1 January 23rd, 2006 01:29 PM
Browsing away from page mattastic Javascript How-To 1 February 8th, 2005 09:22 PM
Re: Browsing to Data Source dazzer General .NET 0 March 17th, 2004 08:59 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.