Navision Developer's Clipboard
A tool to speed-up repetitive work, for example: type ItemJnlLine,highlight it, press Ctrl+C, press Ctrl+Alt+A, press Ctrl+V and you get inserted into Navison:
ItemJnlLine.SETCURRENTKEY("");
ItemJnlLine.SETRANGE("");
if ItemJnlLine.FIND('-') THEN REPEAT
UNTIL ItemJnlLine.NEXT=0;
And NavDevClip is highly customizable...
http://www.mibuso.com/dlinfo.asp?FileID=501
Discuss this download here.