Etiketten: vfp
Ping from Visual Foxpro
Door jasperdg opMei 3, 2011 | InProgrammeren
Ping an IP number and return wether it has responded.* Ping function* (C)2011 Jasper de Graaf for J.A. Software* Source: LPARAMETERS tcIpNumber && IP number to ping* No parameter, wrong type or empty IF PCOUNT()=0 OR !VARTYPE(tcIp… more »
Interpreting XML Feed in Visual Foxpro
By jasperdg on Mar 26, 2010 | In Programmeren
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 methods and created some lean code that does what I want in far less code.
This piece of progra… more »
VFP: Make sure a procedure file has been opened
By jasperdg on Oct 3, 2008 | In Programmeren
Simple VFP solution to make sure a procedure file has been "loaded". more »
