Skip to content

Visual Foxpro

VFP: Webpage to file

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

VFP: Ping

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