-
In the default Codeunit 412 is a function that opens a open or a save dialog. The problem with this function is that we do not know if the open, save or cancel button was pressed. I used the code … Continue reading →
-
In one of my solutions I create a lot of Excel and PDF documents. All these documents are stored in BLOB fields and then downloaded to the client computer temporary folder and opened for the user. Every time I use … Continue reading →
-
To follow up the post about writing a text file with Automation I would also like to post about reading a text file with that same Automation. Now we add the automation automation ‘Windows Script Host Object Model’.File. First you … Continue reading →