Periodical Asynchronous Requests in VFP Forms
Creating a client (VFP) application, which would be continuously calling the server for data changes on the server in asynchronous (no blocking) mode, would be difficult or perhaps even impossible to do in VFP. In this article I present a COM object in C# which downloads the data from the network computer in asynchronous mode and periodically refresh the controls on the VFP form.
Author: Josip Zohil, Koper, Slovenija, mailto:Josip.Zohil1@guest.arnes.si