Gerade versucht und kläglich gescheitert
Nachdem ich einen Eintrag aus der Liste (dockey) ausgewählt habe kommt "Datenbank nicht gefunden" und danach "Angegebener Befehl kann nicht ausgeführt werden".
In der Zwischenablage hab ich dann meine Signatur hängen, die wohl anstelle des dockey kopiert wird...
So sieht die Formel im Moment aus:
database := "pasteinformation.nsf" ;
choicelist := @DbColumn("" : "ReCache" ; "" : database ; "($All)" ; 0 );
dockey := @Prompt([OkCancelList] ; "Add text..." ; "Please choose the document title containing the content you wish to paste at the current cursor position." ; "" ; choicelist) ;
@Command( [FileOpenDBRepID] ; "85255F1E:004F2CEB";"ServerName"; "($All)" ; dockey ; 1 ; 1 ) ; newinstance;
@PostedCommand([EditDocument]) ;
@PostedCommand([EditGotoField] ; "Body" ) ;
@PostedCommand([EditSelectAll]) ;
@PostedCommand([EditCopy]) ;
@PostedCommand([FileCloseWindow]) ;
@PostedCommand([FileCloseWindow]) ;
@PostedCommand([EditPaste])