Hello Houston... I 've got a problem...
My InfoPath forms have textbox with the autocomplete feature activate. It work well under W7/IE9 but fail under W10/IE11
NB Current users of my form have an admin account on W7, and a regular user account on W10
I search on Google, as usual , find some interesting information ... Changing IE params in registry like above :
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"FormSuggest Passwords"="yes"
"FormSuggest PW Ask"="yes"
"Use FormSuggest"="yes"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\WindowsSearch]
"AutoCompleteGroups"=dword:00000000
"EnabledScopes"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete]
"AutoSuggest"="yes"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Use FormSuggest"="yes"
No succes :(
Then I use SysInternals/Procmon ... discover that my W10 registry doesn't got a a key, so I create it
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\InfoPath\AutoComplete
No succes :(
Do you experiment this ? find a solution ?