Home > Archive > MS Access Multiuser > August 2005 > MSOWCFLib.OCFunc - Error 429 in A2003









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author MSOWCFLib.OCFunc - Error 429 in A2003
jhildage@westpac.com.au

2005-08-01, 8:26 pm

Hello,

I've taken some code form a working A2K db and am trying to use it in
A2003 but am getting Error 429 - Active X component can't create
object.

I have installed and reg MSOWCF.dll and I've tried both set and create
but with no joy. Do I need something else to make this work with A2003?

Any guidance appreciated. Tnx

Public Function fNormsInv(ByVal dblProb As Double) As Double
'reference set to msowcf.dll

Dim oFunc As Object
Set oFunc = New MSOWCFLib.OCFunc

'Dim oFunc As Object 'MSOWCFLib.OCFunc
'Set oFunc = CreateObject("MSOWCFLib.OCFunc")

fNormsInv = oFunc.NormSInv(dblProb)

Set oFunc = Nothing

End Function

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com