Categorie: Programmeren
Software voor programmeurs
Door jasperdg opJun 11, 2011 | InProgrammeren, Software
Handige freeware software voor programmeurs: Notepad++ yEd Eclipse more »
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 »
Name lookup in Visual Foxpro using NSlookup
By jasperdg on May 3, 2011 | In Programmeren
For my network checks I want to ping some computers to see if they're still active on my network. But before that, I have to lookup the IP numbers for the network names. Found this TekTips article on NSlookup from VFP6 and built my own function around th… more »
Using the foundation Progress Bar/ Thermometer
By jasperdg on Aug 17, 2010 | In Programmeren, Software
Progressbar with VFP Foundation ClassesFree after Carl Warner's article at http://www.vfug.org/Newsletters/ThermometerBar.htm 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 »
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 »
