VBScript
-
Connecting to NAV Web Services from VBScript
The Connecting to NAV Web Services series is coming to an end. I think I have covered the majority of platforms from which you would like to connect and use NAV Web Services – some things are easy and some things are a little harder. I did not cover Flash nor did i cover things like the iPhone or iPod Touch, primarily because I don’t think the demand is there. If I have forgotten any platform/language please let me know...
-
Running Code on the Client without deploying COM objects
Yes, it can be done! No, it isn’t .net code – nor AL code. Why? It started out as me being a little too fast when stating that you could easily download a file to the Client and attach it to Outlook without any user interaction – and as you might know that is true, but you might also know that if you go the recommended route: FILE.DOWNLOAD(FileName, ", '<TEMP>',", ToFile); Mail.NewMessage(",",Name,",ToFile,TRUE); FILE.ERASE(FileName); Then you will get an e-mail that...
