Is the VFP application a COM DLL or is it a desktop application. If it is a desktop application, you should get the Sales Order part converted into a COM DLL. If it is already a COM DLL, then this becomes a VBA question. Before that you should confirm that VBA can interact with a COM DLL.
Main Topics
Browse All Topics





by: jrbbldrPosted on 2008-11-01 at 14:28:53ID: 22858962
This sounds like a question for a VBA/Access forum, not a FP/VFP forum.
Since you already have (or not) the necessary API's for the VFP application, now develop your understanding of VBA/Access in how to utilize them.
Good Luck