Die Funktion kopiert den eingegebenen Text aus der Kommandozeile |
Vorgeschlagener Funktionsname aus Anforderungsliste: |
Alt+F5 |
Datum |
geändert von |
Beschreibung |
---|---|---|
2011-07-02 |
Althaus |
Beschreibung neu erstellt |
dnb_dma.js
function FindeRECn () { // Überarbeitung: Text aus Kommandozeile lesen! application.activeWindow.title.startOfField(true); //go to start of field and select application.activeWindow.title.wordRight(1, true); //go one word right and select thus deselecting the field's tag strTxt = application.activeWindow.title.selection; // strTxt = application.activeWindow.commandLine; application.activeWindow.title.deleteSelection; strCommand = "rec n;f " + strTxt + "?"; application.activeWindow.command(strCommand,false); } |
Macroname: Rec n;f ... ? Taste: Alt+F5 {HOME}{Shift+END}{Ctrl+X}rec n;f {Ctrl+V}?{ENTER} |