Etiketten: vfp

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 »