430 error in macro after PU8

SOLVED

Installed PU8 on server and now a macro with OCX dropped on userform1 does not work

on the server where macro is being developed does weird stuff now like

1.  no longer generates _OnRecordChange event

2.   Set oHeader = AccpacOE1100UICtrl1.UIDSControls("adsOEORDH")  makes 430 error

3. I rebuilt a smaller version and it behaved better after adding AccpacDS control reference

Is there something about PU8 ? or needs to be done after PU8

has anyone needed to rebuild a macro with OCX in it

thanks for any info

Parents Reply
  • 0 in reply to Django

    no difference with

    1. delete EXDs

    2.delete OE1100 OCX form and drop on new

    Suspecting corruption in macro

    found out client deleted an add-in to SEI and rebooted server

    suspicious... I may reinstall PU8

    VBA thinks OE1000 OCX does not support automation 

    Thanks

Children