VFP: Fetch XML feed
Interpreting XML Feed in Visual Foxpro Looking for ways to interpret XML files I stumbled on this article at the foxite.com forum. This was still way too difficult in my opinion. So I used the… Read More »VFP: Fetch XML feed
Interpreting XML Feed in Visual Foxpro Looking for ways to interpret XML files I stumbled on this article at the foxite.com forum. This was still way too difficult in my opinion. So I used the… Read More »VFP: Fetch XML feed
VFP Progress bar using foundation class Using the foundation class you can have a progress bar in no time. Hardest part is to locate the FFC folder, but most of the times it’s just beneath… Read More »VFP: Progress bar
VfpNameLookup For my network checks I want to ping some computers to see if they’re still active on my network. But before that, I have to lookup the IP numbers for the network names. Found this… Read More »VFP: Find IP by name
Visual Foxpro: Ping an IP number and return weither it has responded. Uses Windows scripting shell. * Ping function * (C)2011 Jasper de Graaf for J.A. Software * Source: https://degraafonline.com LPARAMETERS tcIpNumber && IP number… Read More »VFP: Ping