Hi,
also der Code sieht wie folgt aus:
@Prompt([Ok]; ""; "1" );
path :=@ReplaceSubstring(@ReplaceSubstring(@Subset(@DbName; -1); "\\"; "/");" ";"+") ;
@Prompt([Ok]; ""; "2" );
Format:=@GetProfileField("CalendarProfile"; "FormatReplies");
@Prompt([Ok]; ""; "3" );
FormatChar:=@GetProfileField("CalendarProfile";"OffsetChar");
@Prompt([Ok]; ""; "4" );
@If(Format="1";@URLOpen("/" + path + "/Reply+With+History?OpenForm&ParentUNID=" + @Replace(@Text(@DocumentUniqueID); ":"; "" )+"&Format="+Formatchar);@Command([Compose];"Reply With History"));
@Prompt([Ok]; ""; "5" );
TempText:="Hallo,"+@NewLine+@NewLine+"Zeile1"+@NewLine+@NewLine+"Zeile2"+@NewLine+@NewLine+"Zeile3";
@Command([TextNormal]);
@Command([EditInsertText];TempText)
Die Fehlermeldung erscheint nach dem 4 Prompt. Also bei @If.
Ich möchte mir im Grunde durch das Smarticon das Klicken durch den Menübaum "Erstellen --> Mail --> Antwort mit Protokoll und Anhängen" ersparen.
Das muss doch bestimmt irgendwie möglich sein, oder?