Has anyone had weird things happen when running a PB12.6 app on Windows 10? One of my clients recently upgraded their computer to Windows 10. When running an app that has been running fine for many years, they had a big surprise. On a data entry screen, when they clicked the 'Save' button, instead of doing what it has always done, it opened an app called "One Note" and showed a report.
The 'Save' button usually compares the current record with the db to check for a duplicate and if it is not, then writes the record to the db. Other than a retrieve from the db, it does no external calls.