Etiketten: foxpro
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 »
Read web content to a file
By jasperdg on Mar 25, 2010 | In Computers, Programmeren
A function to read a webpage'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
* Return cached filename
* Note: file gets deleted after fi… more »
Calculate Week number correctly in Foxpro (Visual Foxpro)
By jasperdg on Dec 24, 2009 | In Programmeren, Software
Better Week() function for Foxpro because default Week() function returns wrong week numbers. 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 »
