Browse Folder - Independent Mod

  • Thread starter Thread starter jer99 via AccessMonster.com
  • Start date Start date
J

jer99 via AccessMonster.com

Forgive the potentially duplicative question, however, I feel it is unique.
I appreciate all the work done by Steven Lebans and his Browse CallBack,
however, in order to prevent errors, it must reside in the form.

I have many forms and it appears I must have lots of duplicative code as I
should place the calls as private in each form.

Has anyone come up with independent code that can be placed in a general
module that will accept a starting location?

Jerry
 
I don't see any reason why Stephen's code must reside in the form.

What issue are you seeing?
 
on his site :
Bug Fix! June 13/2003 The calling functions must reside in the Form's Class
module or you will GPF at intermittent times. Thanks to Richard Bernstein for
the head up!
I'm taking it to mean the following functions:
BrowsePath
BrowseForFolderByPath
BrowseForFolderByPIDL
GetPIDLFromPath
IsWinNT()

Am I over-reacting?
I don't see any reason why Stephen's code must reside in the form.

What issue are you seeing?
Forgive the potentially duplicative question, however, I feel it is
unique.
[quoted text clipped - 8 lines]
 
Hmm. I missed that notice.

I guess I've just been lucky!

You could, I suppose, add everything to a single form, then add that form as
a subform everywhere else you need it.

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)


jer99 via AccessMonster.com said:
on his site :
Bug Fix! June 13/2003 The calling functions must reside in the Form's
Class
module or you will GPF at intermittent times. Thanks to Richard Bernstein
for
the head up!
I'm taking it to mean the following functions:
BrowsePath
BrowseForFolderByPath
BrowseForFolderByPIDL
GetPIDLFromPath
IsWinNT()

Am I over-reacting?
I don't see any reason why Stephen's code must reside in the form.

What issue are you seeing?
Forgive the potentially duplicative question, however, I feel it is
unique.
[quoted text clipped - 8 lines]
 
Back
Top