OpenFileDialog Control

I’m developing a security folder access form in which the manager requesting access to a particular folder navigates to the folder he/she wants their new employee/consultant to have access to. The problem is that the OpenFileDialog allows you to drill down but forces you to choose a file instead of stopping at the folder level. Does anyone know of a workaround?

Subject: OpenFileDialog Control

Brian,

Since you indicated that this issue is for “All Release”, I’m not sure if the following will serve your purposes, although I suppose if you are posting in the R6 forum, it should:

http://www-12.lotus.com/ldd/doc/domino_notes/7.0/help7_designer.nsf/f4b82fbb75e942a6852566ac0037f284/0286f032c624d0368525704a00412405?OpenDocument

(note that the first parameter, if True, will allow you to choose directories only)

Subject: RE: OpenFileDialog Control

This is exactly what I’m looking for. I don’t know how I missed that, but you definately solved my problem in a big way. Thank you!