VFP: Correct week number
Calculate Week number correctly in Visual Foxpro Silly Week() function in Foxpro doesn’t work like it should! The year 2009 was very long… So it had a week 53. I think here in Holland we… Read More »VFP: Correct week number
Calculate Week number correctly in Visual Foxpro Silly Week() function in Foxpro doesn’t work like it should! The year 2009 was very long… So it had a week 53. I think here in Holland we… Read More »VFP: Correct week number
Read web content to a file A Visual Foxpro function to read a web page’s content into a (cached) file. UrlToFile.prg LPARAMETERS tcRemote * URL reader from Fox Wiki site: http://fox.wikis.com/wc.dll?Wiki~ReadUrl~VFP * Accept URL *… Read More »VFP: Webpage to file
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