AX AOS Troubleshooting tips
Bulk export fra Garmin Connect
http://www.zonefivesoftware.com/sporttracks/forums/viewtopic.php?f=2&t=9670&p=64333#p64333
<script src="https://gist.github.com/1232102.js?file=disconnect.rb"></script>
For at køre det skal der blot bruges en ruby-installer fra:
http://bwv549.blogspot.com/2008/02/how-to-run-ruby-script.html
Autosignature
Run CScript from Notepad++
I needed a way to run a vbs script i was working on using Notepad++ and I all the time had to go to a cmd screen and run it.
Found a cool way to ease my pain, in the "Run" menu there is an option to save a command. Just type the following and a CMD window will open and will run the vbs in cscript.
=================================================================
cmd /k cd /d "$(CURRENT_DIRECTORY)" && Cscript "$(FILE_NAME)"
=================================================================
if you would like to leave the window open each time use the following:
=================================================================
cmd /c cd /d "$(CURRENT_DIRECTORY)" && Cscript "$(FILE_NAME)" && pause
=================================================================
http://snirh.blogspot.com/2010/03/notepad-run-script-with-cscript.html
Udvid VHD disk
Remote APP og ComboBoks
I en Remote App kan det forekomme at manikke kan vælge punkter i en ComboBoks. I Axapta 3.x/4.x er det f.eks. i visse dropdown menuer.
Disse hotfixes skal ligges ind:
Windows 7: http://support.microsoft.com/kb/979425
Windows XP: http://support.microsoft.com/default.aspx/kb/968358