Orlando
Intuit Alumni

Just an update - this does seem related to Touch Screen  Windows Laptops and the component we are using. I went out and got an HP Envy TouchScreen, same as John, and experienced the same issue. Hopefully we can work with the authors of the component we are using to find a permanent solution. In the meantime that work around with the config file worked on this new laptop I got as well:

Update C:\BasWin20\32bit\protax20.exe.config or C:\ProWin20\32bit\protax20.exe.config with the line in bold, then restart ProSeries:

<appSettings>
<add key="Intuit.TPS.Information" value="TpsBridge-5.13.1" />
<add key="log4net.Config" value="log4net.config" />
<add key="log4net.Config.Watch" value="True" />
<add key="Intuit.Spc.Authorization.EmbeddedWebBrowserImplementation" value="Standard"/>

<appSettings>

0 Cheers