-
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 →
-
My earlier post on File Download used the responsestream property of WinHTTP. On my latest project I needed to use Windows Authentication on my website and found out that I needed to create the WinHTTP automation on client level to … Continue reading →
-
By using the Automation “‘Microsoft Shell Controls And Automation’.Shell” you can unzip a file within Dynamics NAV. Create a Global Name DataType Subtype SystemShellControl Automation ‘Microsoft Shell Controls And Automation’.Shell SystemShellItem Automation ‘Microsoft...
-
In the Role Tailored Client all file system commands used by the Classic Client have been removed. For those who have been using commands such as EXISTS, RENAME and ERASE there is a code update to be done. I created … Continue reading →