Powerquery Tabbladen combineren

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…
Webhook site

Webhook site

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…

Foxpro ReturnObject

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…
Foxpro and Excel

Foxpro and Excel

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)…
OpenXava rapid web development

OpenXava rapid web development

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…

Node.js: Application as a Windows service

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…