adhVerifyLinks on NT Workstation 
Author Message
 adhVerifyLinks on NT Workstation

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



Sun, 24 Dec 2000 03:00:00 GMT  
 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

:



Mon, 25 Dec 2000 03:00:00 GMT  
 adhVerifyLinks on NT Workstation
Thank you Dev. It works fine in Win 95 so I'll try your suggestion.



Quote:
> 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)
> ---------------



Mon, 25 Dec 2000 03:00:00 GMT  
 adhVerifyLinks on NT Workstation
Dev:
THANK YOU, THANK YOU, THANK YOU!
Worked like a charm!


Mon, 25 Dec 2000 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. How do I differentiate between NT Workstation and NT Server

2. How to connect to a NT domain from an NT/W2k workstation

3. Bad Calculates on NT Workstation 4.0

4. access 97 and NT Workstation 4

5. VBA: Filecopy invalid procedure call or argument on Win NT workstation

6. NT Server or Workstation

7. Username not working on NT workstation

8. SQL Server and NT Workstation and VB Pro

9. VB4 does not install on NT workstation

10. Code to lock Windows NT workstation

11. Wise Installation program wipes Win98 and NT workstation

12. Windows NT Lock Workstation using VB

 

 
Powered by phpBB® Forum Software