Get Ready

Yesterday MS launched Getting Ready for Microsoft Dynamics NAV ‘7’ on PartnerSource listing "... planned resources to help you get ready for Microsoft Dynamics NAV ‘7’." Bron : Van Vugt's dynamiXs Lees meer...

Reading a text file

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 need to create a file system…

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…