In Previous post we had seen A) How to install Navision developer Toolkit B) How to create developer toolkit databases. Bron : Saurav Dhyani Lees meer...
I like to save Excel as tab delimited for use in dataports and xmlports. This is to avoid problems with random quotes and commas. However, Excel will add quotes to fields when you do not want them. Bron : RTC reports and upgrades Lees meer...
Sometimes you just need to convert a text to a date, here is a function I have created that should do it without generating an error. If the input string is wrong, it will return a blank date. Bron : Magno's Blog Lees meer...
I’m back with another tool. This one allows you to input a NAV Text Export and quickly return all search results/objects to you Bron : Magno's Blog Lees meer...
With reference to my post i did yesterday and a question that came up an mibuso i found another great way to use the StreamReader Class of .Net for a simple NAV problem. If you want to display text that is stored in binary format in…
Have you noticed already that in Microsoft Dynamics NAV 2013 the text variables can have unlimited length? That’s quite a leap ahead of the previous versions which couldn’t handle more than 1024 characters per variable. If you wanted to achieve bug-free code then, when you were…
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…