If you maintain a Visual FoxPro application that reads Excel files, there is a good chance you have used APPEND FROM (filename) TYPE XL8 at some point. It is clean, fast to write, and it worked reliably for years. Then one day a user upgrades to Microsoft 365, saves a spreadsheet the same way they always have, and your VFP program either silently produces an empty cursor, complains that the sheet is missing, or — worst of all — crashes the entire session outright.
_________________________________________________________
Why APPEND FROM TYPE XL8 Fails with Modern Excel — and How to Fix It with COM Objects
Posted by Peter Heinicke on Mon, May 25, 2026 @ 05:24 PM
Tags: Software Obsolescence | accounting systems | ERP S, ERP systems, Sage Pro ERP, Visual FoxPro, VFP, FoxPro, Legacy FoxPro
AccountMate: Sales Order Configurator and Manufacturing Configurator Module
Posted by Peter Heinicke on Fri, Mar 03, 2017 @ 12:26 PM
Accountmate ERP system has been around for many years and is still going strong as a unified, source code based, MS SQL back end, enterprise resource planning system which can be customized at a business logic level or used out of the box as is.
One of the latest improvements on this product is the addition of native configurator modules for sales orders and manufacturing. In some cases, these modules will provide enough manufacturing capabilities that additional manufacturing modules are not needed.
Read MoreTags: SAGE PRO, Visual Accountmate, Source Code ERP, Visual FoxPro, SBT

