Broken Application.CurrentProject.Connection

  • Thread starter Thread starter Harvey
  • Start date Start date
H

Harvey

Acts as though I am trying to run it in '97 but this is
Office XP with latest Jet4.0 (which upgrades DAO360.dll).
Specific error is in switchboard routine "Private Sub
FillOptions()" where the command Set con =
Application.CurrentProject.Connection fails with run-time
error '-2147220999 (800401f9)': method 'connection' of
object '_CurrentProject' failed. Yes, err does equal a
negative! (-214722099) which resolves to a generic
1000440 object automation error. This code works fine on
a windows2000 box running Office XP, so the error seems
to be unique to my box - not sure why...yet.

Will email screen shot if anyone is interested.

Any help here will be appreciated.

Thanx
 
looks like an office installation problem.
use the tool from the Office XP Resource Kit
(download from MS) to completely delete and
remove office, then re-install.

Or, check your references, re-register
ADO, JET, and anything else you can think of.

(david)
 
Back
Top