Etiketten: vfp

Ping from Visual Foxpro

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

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

Simple VFP solution to make sure a procedure file has been "loaded". more »