Soms worden gegevens aangeleverd op meerdere tabbladen, en deze wil je tot een enkele tabel combineren. Je begint met het maken van een nieuwe Query als volgt: Dan kies je…
Using Webhooks, you can connect services with eachother. For instance: You can install the Webhooks Add-on to Gravity Forms on your Wordpress website. You can then define 0 to many…
I always warn people for their dependency on provider e-mail services. The risk is when you change provider, you lose all your valuable e-mails in a jiffy. Enter Mailstore Home:…
After replacing my computer, I needed to reinstall Visual Foxpro. I had the install disc contents, but whatever executable I started with: it kept on crashing. A Google search brought…
Function to prevent problems during object creation to crash your program. When problems arise, your program might be unable to continue, but at least you can show the user what…
It is very possible to automate spreadsheets from Visual Foxpro using VBA/ COM automation. Here I wil document the parts I need. Connecting to Excel oExcel = CreateObject("Excel.Application") if vartype(oExcel)…
This Java based development framework makes developing a (enterprise) web app as easy as defining your data model. Your main task is to create a good data model, pour it…
I am using Gliffy a lot. It is a great graphic tool (free Chrome extension) to create flowcharts, UML diagrams, network diagrams and much more. Very important is the rubber-banding…
node-windows node-windows is a standalone module that makes it possible to offer a Node.js script as native Windows services.. Prerequisite: You have succesfully installed Node.js. Install with npm using the…