Common Dialog Box "view" value options (1 Viewer)

JimH

Registered User.
Local time
Yesterday, 18:07
Joined
Aug 15, 2004
Messages
19
Hello, I have almost got this licked... In Ken Gertz's code for calling the common dialog box four options for initial view are listed in the code:

' Views in the Office Find File dialog
Public Const adhcGfniViewDetails = 0 ' Details
Public Const adhcGfniViewPreview = 1 ' Preview
Public Const adhcGfniViewProperties = 2 ' Properties
Public Const adhcGfniViewList = 3 ' List (typical)

When you actually open the dialog box from the code you can select in addition to the above listed values Large Icons, Small Icons, and Thumbnails.

Now you would think just by looking at the code you can simply put 4, 5, and 6 in thier and it will work. No such luck....

Does anyone know if (1) those values are even available? and (2) What they might be, or where I can find them??

This is code that appears to be written for Access 97 and I am using Access 2002 with XP. I am starting to wonder if the code just doesnt allow for the additional options.

THANKS!!!!
 

JimH

Registered User.
Local time
Yesterday, 18:07
Joined
Aug 15, 2004
Messages
19
Got it... thanks (no msg)

used .lngview which handles 0-6 options.
 

Users who are viewing this thread

Top Bottom