I have created an application and am using the ListView OCX in a few places, CRITRIAL places, in the application. All along both on my computer and on the client's computers this ListView OCX has worked fine, now all of the sudden it doesn't. It wont even compile. The only thing that changed was probably their verison of office - they are on a monthly update from Microsoft on their machines, I am on semi-annual.
The code that fails is routine code. now suddenly (presumably after an update) it does not. It fails then I am making a listitem "bold" ie) objLI.Bold If I compile on any of the client computers it gives me a "method or data member not found" the objLI is correctly setup as "Dim objLI as ListItem"
I will first attempt disabling updates and roll them back to previous version of office to see if that works. Anyone else ran into this ? HELP!!!!
Details on my Pc that it's working FINE on:
windows 10 64-bit computer
On Office 365 ProPlus subscription, on v.1705 (semi-annual "channel" updates) Access MSO is 16.0.8201.2213 (current version)
Details on client computers: (all computer on site have same issue despite different OS, so I figure it's an access related thing)
(one of the) computers - windows 10 64 bit
On Office 365 ProPlus subscription, v.1711 (monthly "channel" updates).
Access MSO 16.0.8730.2046 (current version)
I really need this to work quickly, all the common things I tried like in-registering and re-registering the MSCOMCTL.ocx, I tried checking and unchecking OLE Automation reference, nothing is making any difference.
PLEASE HELP thanks
The code that fails is routine code. now suddenly (presumably after an update) it does not. It fails then I am making a listitem "bold" ie) objLI.Bold If I compile on any of the client computers it gives me a "method or data member not found" the objLI is correctly setup as "Dim objLI as ListItem"
I will first attempt disabling updates and roll them back to previous version of office to see if that works. Anyone else ran into this ? HELP!!!!
Details on my Pc that it's working FINE on:
windows 10 64-bit computer
On Office 365 ProPlus subscription, on v.1705 (semi-annual "channel" updates) Access MSO is 16.0.8201.2213 (current version)
Details on client computers: (all computer on site have same issue despite different OS, so I figure it's an access related thing)
(one of the) computers - windows 10 64 bit
On Office 365 ProPlus subscription, v.1711 (monthly "channel" updates).
Access MSO 16.0.8730.2046 (current version)
I really need this to work quickly, all the common things I tried like in-registering and re-registering the MSCOMCTL.ocx, I tried checking and unchecking OLE Automation reference, nothing is making any difference.
PLEASE HELP thanks
Attachments
Last edited: