Hallo,
mit dem 6er und 7er Client konnte ich mit dem Smarticon und der Pasteinformation.nsf wunderbar Dinge in die Mail einfügen. Das geht nun nicht mehr... Es kommt die Meldung "Angegebener Befehl kann nicht ausgeführt werden".
Liegt es am Smarticon? Nutzt jemand die DB mit dem 8er Client?
Code vom Smarticon:
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) ;
@PostedCommand([FileOpenDatabase]; "" : database ; "($All)" ; dockey ; 1 ; 1 ) ;
@PostedCommand([EditDocument]) ;
@PostedCommand([EditGotoField] ; "Body" ) ;
@PostedCommand([EditSelectAll]) ;
@PostedCommand([EditCopy]) ;
@PostedCommand([FileCloseWindow]) ;
@PostedCommand([FileCloseWindow]) ;
@PostedCommand([EditPaste])
Danke für Hilfe!
Matthias