<simon.kravis@[EMAIL PROTECTED]
> wrote in message
news:b70d7e45-cd9f-40d2-a8fd-ad9004c2e46e@[EMAIL PROTECTED]
>I am running an application using Access 2000 VBA on a machine
> running Windows Server 2003 which uses the ActiveDS LargeInteger
> class. When I try to access the HighPart and LowPart properties, in
> code these are not found, although they appear in the VBA Object
> Browser as properties of the LargeInteger class. ActiveDS.tlb version
> is 5.2.3790.0 and ActiveDS.dll is 5.2.3790.1830.
>
> The code works fine on Windows XP with the tlb file ver 5.1.2600.0
> and dll version 5.1.2600.2180.
I have the same versions of activeds.dll and activeds.tlb on my w2k3
server
and have no problem using the HighPart and LowPart methods. However, I'm
using VB6 (and VBScript) rather than Access VBA.
When I run Access 2000 on the W2k3 server and create a module, I must add
a
reference to "Active DS Type Library" (Tools, References) before I can Dim
a
variable As LargeInteger. Once I do that I can use the HighPart and
LowPart
methods.
--
Richard Mueller
MVP Directory Services
Hilltop Lab - http://www.rlmueller.net
--


|