
adhVerifyLinks on NT Workstation
Hi John,
This is just a guess. But see if the function works under Win95. If it
does, then in adhCommonFileOpenSave function, try changing
.strCustomFilter = ""
.nMaxCustFilter = 0
to
.strCustomFilter = String(255, 0)
.nMaxCustFilter = 255
HTH
--
Dev Ashish (Just my $.001)
---------------
The Access Web ( http://home.att.net/~dashish )
---------------
:Hi all:
:I incorporated adhVerifyLinks (from Access Developer's Handbook) into an
:application and it has always worked great. (Thank you Ken Getz, et al)
:Just installed to a new client site running NT Workstation. Now the routine
:bombs when calling "adhCommonFileOpenSave". It behaves as though the user
:clicked the "cancel" button on the browse window, but it never displays the
:browse window.
:
:Of course the client is in Michigan and I'm in Massachusetts and I've got a
:new employee on site. Never fails!!!
:
:Thanks in advance for any help.
:
:John Paradiso
: