UPLOAD files without dialog box

Last week I was struggling with the UPLOAD statement. First of all, I always need some twisted thinking here: the code is running on the Service Tier, but DOWNLOAD doesn’t mean that you download a file to the server. And UPLOAD doesn’t mean that your code…

Dialog in Dynamics NAV

In so many cases when writing code for Dynamics NAV you want to display a dialog to notify the user or open a progress dialog. Today, we always need to consider that the code might be running from a web service where the GUIALLOWED variable is…

Colour Common Dialog (Part III)

A typical case of “works on my machine”. There’s one thing I had forgotten about the common dialog library: it requires a design time license (which is nothing more than a registry key with the right value). Bron : Zen & the Art of C/SIDE Development…