team-moeller / better-access-charts

Better charts for Access with chart.js
MIT License
38 stars 14 forks source link

Error with Access2010 #61

Closed KDGundermann closed 2 years ago

KDGundermann commented 2 years ago

Running with Access2010 on Windows 10 i'm getting an error:

Script error : object does not support the method "getContext"

KDGundermann commented 2 years ago

getContext needs at least IE9 but with Access 2010 the webbrowser control starts with "Mozilla/4.0 (compatible MSIE 7.0)" With Access 2016/365 it is "Mozilla/5.0 ... Edge/18.19043"

KDGundermann commented 2 years ago

working when setting the registry key : [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION] "MSACCESS.exe"=dword:00002af8

KDGundermann commented 2 years ago

now documented in Prerequisites